Blank Vlookup

  • Thread starter Thread starter collingrey
  • Start date Start date
C

collingrey

I want to know if a table has a blank field and I want this blank fiel
returned as Tomato, I use Vlookup for all the other results, but if i
is blank I need it to be retured as Tomato, any ideas?

Colli
 
Hi
maybe something like
=IF(A1="","Tomato",VLOOKUP(A1,lookup_range,col_index,0))
 

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