When using an IF function in Excel, it gives me a result even if the reference field is blank... as if it were a zero. How do I tell the function to give a blank result if the reference field is blank? So frustrating... HELP!
When using an IF function in Excel, it gives me a result even if the reference field is blank... as if it were a zero. How do I tell the function to give a blank result if the reference field is blank? So frustrating... HELP!
Try like this
=IF(A1="","",original_formula)
Audere est facere
Either you are a genius or I'm a moron. Either way, thanks so much!
you are not a moron. Sometimes it isn't so obvious when you have been going in circles for hours!!! Been there!!!!
I am sure there is some more technical way, but I would probably just use a nested IF function like this.....
IF blank, then leave blank, else do _____ for me...... seems to work fine.
=IF(D7="","","DO THIS IF STMT….")
(blank) =>
1 DO THIS IF STMT….
2 DO THIS IF STMT….
3 DO THIS IF STMT….
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks