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

  • Thread starter Thread starter terb
  • Start date Start date
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
 
Need more details.
Try this
=if(a1="","",vlookup(a1,tabletolookup,columnno,true/false))
Hope this is what you are after.
best wishes
Sreedhar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top