Hi
I have a basic Excel Spreadsheet which lists items in one column and
then their price in another column and then the quantity, it then
totals up the row and finally at the bottom totals to rows to give a
Full and Final Amount to be charged. This goes out to our customers
and they basically use it like a shopping pick list which is great.
However, some items are now FOC (typical) so I need to insert another
column and say mark "x" in the particular row if the item is FOC, how
can I get this to reflect in the total row amount to show £0.00.
Columns
Qty, Item, Price, discount, Line Total
Thanks
David Biddulph - 20 Dec 2007 11:20 GMT
=IF(E2="x",0.00,your_existing_formula)

Signature
David Biddulph
Hi
I have a basic Excel Spreadsheet which lists items in one column and
then their price in another column and then the quantity, it then
totals up the row and finally at the bottom totals to rows to give a
Full and Final Amount to be charged. This goes out to our customers
and they basically use it like a shopping pick list which is great.
However, some items are now FOC (typical) so I need to insert another
column and say mark "x" in the particular row if the item is FOC, how
can I get this to reflect in the total row amount to show £0.00.
Columns
Qty, Item, Price, discount, Line Total
Thanks
babypink2807@googlemail.com - 20 Dec 2007 12:16 GMT
> =IF(E2="x",0.00,your_existing_formula)
> --
[quoted text clipped - 18 lines]
>
> Thanks
Thats has worked perfectly, many thanks