Nesting If and Vlookup

  • Thread starter Thread starter sferguson
  • Start date Start date
S

sferguson

I am trying to write a formula that will say if my vlookup returns an error i
want it to show Not Taken, but if my vlookup does not return and error I want
it to show the response request from column 6.

Any help would be appreciated. Thanks!
 
I will assume you have a working VLOOKUP formula
=IF(ISNA(your-formula),"Not Taken", your-formula)

If you are using Excel 2007 have a look as IFERROR
=IFERROR(your-formula, "Not Taken")
best wishes
 

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

Similar Threads

Excel IF statement with vlookup 2
EXCEL - IF(IFERROR(VLOOKUP question 0
Vlookup and adding text 3
Nested IF statement with VLOOKUP 1
Nested IF statement 3
Vlookup help 2
Combining IF Statement and Vlookup 0
VLOOKUP 2

Back
Top