If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi
im not very good with formulas so i wonder if anyone could help me out with this...if cell A19 is empty then show nothing, but if A19 does have something in it then work out D19*E19 in F19
im not very good with formulas so i wonder if anyone could help me out with this...if cell A19 is empty then show nothing, but if A19 does have something in it then work out D19*E19 in F19
Put this in F19
=IF(A19="","",D19*E19)
HTH
__________________
old, slow, and confused
but at least I'm inconsistent!