Hi,
I am not sure whether this is the right place for this question.
I am trying to read a worksheet with if function implemeted.
=IF(A12="","",).
Does somebody know what is "","" ?
Thank you.
Hi,
I am not sure whether this is the right place for this question.
I am trying to read a worksheet with if function implemeted.
=IF(A12="","",).
Does somebody know what is "","" ?
Thank you.
The formula is doing the following
If cell A12 equals blank "" then return blank "". Some people prefer to replace blank for a 0.
Also there would usually be another condition like bring back cell A12 value e.g
=IF(A12="","",A12)
VBA Noob
Oooh, now I understand.
Thank you very much.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks