IF function to test whether the cell value is equal to empty nest

T

terb

need to use an IF function to test whether the value in a cell is equal to an
empty text string "", if so, display an empty txt string, otherwise, use the
cell in a list table/ specify an exact match
 
Y

yshridhar

Need more details.
Try this
=if(a1="","",vlookup(a1,tabletolookup,columnno,true/false))
Hope this is what you are after.
best wishes
Sreedhar
 
Top