Thread
:
what does "" signify in an Excel formula
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
Posts: 11,501
what does "" signify in an Excel formula
It literally means nothing
=IF(A1=""," It's empty","data found")
So the above formula looks if A1="" i.e. nothing
and if that true returns 'It's empty".
Mike
"clueless" wrote:
Can anyone help?
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H