Hi
I have a condition that either returns a profit or does not return a profit.
So if there is a sale, column A = S.
If there is no sale, column A = NS
If there is a sale then the return (column D) is price (Column B)*quantity (number of units) (Column C)
If no sale then the return is 0 (zero)
So using IF function I tried the following -
=IF(A1=S,"B1*C1","0")
=IF(A1=S,(B1*C1),0))
=IF(A1=S,(B1*C1),"0")
None of which gave me either the return or the zero.
Can anyone help please?
Much appreciated.
Thanks in advance Doug
I have a condition that either returns a profit or does not return a profit.
So if there is a sale, column A = S.
If there is no sale, column A = NS
If there is a sale then the return (column D) is price (Column B)*quantity (number of units) (Column C)
If no sale then the return is 0 (zero)
So using IF function I tried the following -
=IF(A1=S,"B1*C1","0")
=IF(A1=S,(B1*C1),0))
=IF(A1=S,(B1*C1),"0")
None of which gave me either the return or the zero.
Can anyone help please?
Much appreciated.
Thanks in advance Doug