Shilpa has attended:
Excel Advanced course
Formulas
I see"" this in betwene a lot of formulas. What does this mean?
RE: Formulas
Hi Shilpa
When the double quotes "" are used like this it is to put nothing (NULL) in to a cell and display a blank cell instead of the default Excel response.
For example:
=IF(a5 >= 3, "pay bonus", "")
This would leave the cell blank instead of displaying FALSE
I hope this answers your question.
Regards
Dennis