View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme[_3_] Bernard Liengme[_3_] is offline
external usenet poster
 
Posts: 1,104
Default Nesting If and Vlookup

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
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"sferguson" wrote in message
...
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!