L
LavaDude
When creating a formula, is there a way to differentiate between a blank
cell and a cell that's equal to 0?
Here's my formula:
=IF('2005 Sales'!O12>0,'2005 Sales'!O12,"")
I wanted to change this to if O12 is greater than or equal to 0, then
return O12, but I want it to return ("") if the contents of O12 is blank.
Is there a way to do this? ...
TIA!
LavaDude
cell and a cell that's equal to 0?
Here's my formula:
=IF('2005 Sales'!O12>0,'2005 Sales'!O12,"")
I wanted to change this to if O12 is greater than or equal to 0, then
return O12, but I want it to return ("") if the contents of O12 is blank.
Is there a way to do this? ...
TIA!
LavaDude