Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Nesting If and Vlookup

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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
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!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
correct syntax for nesting "if", "and", and "vlookup"....if possib Christine Excel Worksheet Functions 4 January 2nd 09 10:43 PM
nesting within vlookup spxer Excel Worksheet Functions 1 August 4th 06 12:24 AM
Nesting VLOOKUP & HLOOKUP tuph Excel Worksheet Functions 5 March 17th 06 12:00 AM
Nesting VLOOKUP functions CroatWonder Excel Worksheet Functions 4 August 4th 05 07:48 AM
nesting if > 7 or using hlookups in a vlookup C.Pflugrath Excel Worksheet Functions 4 November 13th 04 02:02 AM


All times are GMT +1. The time now is 02:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"