W
weedevil
I'm at my wits end...
Here is a formula I have used to determine a cell calculation dependan
on input in another cell(d4).
=IF(D4="Short",((I4-F4)/F4)*-1,IF(D4="Long",(I4-F4)/F4))
The problem is that if D4 is empty it still returns a result. I do no
want this to happen. The cell should remain blank until D4 is filled
Any suggestions to how I allow for this?
Many thanks.
And
Here is a formula I have used to determine a cell calculation dependan
on input in another cell(d4).
=IF(D4="Short",((I4-F4)/F4)*-1,IF(D4="Long",(I4-F4)/F4))
The problem is that if D4 is empty it still returns a result. I do no
want this to happen. The cell should remain blank until D4 is filled
Any suggestions to how I allow for this?
Many thanks.
And