#1   Report Post  
nebb
 
Posts: n/a
Default Recognizing #N/A


When using the vlookup worksheet function, if the value I am looking for
is not found, the system returns #N/A.
Let’s say the vlookup function is in cell A1. In cell C1, I would
like to put the word “yes” if A1 contains anything but #N/A and “no” if
cell A1 does contain #N/A. How might I go about doing this?


--
nebb
------------------------------------------------------------------------
nebb's Profile: http://www.excelforum.com/member.php...fo&userid=8981
View this thread: http://www.excelforum.com/showthread...hreadid=477366

  #2   Report Post  
Cutter
 
Posts: n/a
Default Recognizing #N/A


Try this:

=IF(ISNA(A1),"no","yes")


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=477366

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
Recognizing misc. text MeisterHim Excel Discussion (Misc queries) 3 September 20th 05 04:50 PM
Recognizing Numbers or names as duplicates texansgal Excel Worksheet Functions 1 August 8th 05 08:31 PM
Why does the Sort function stop recognizing Header Rows? Frostfire Excel Worksheet Functions 4 July 17th 05 11:43 PM
Excel not recognizing Dates properly. Dan Excel Discussion (Misc queries) 1 March 23rd 05 07:19 PM
Recognizing weekends and changing to weekdays in Excel hanauer Excel Discussion (Misc queries) 2 January 8th 05 02:13 AM


All times are GMT +1. The time now is 04:52 PM.

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

About Us

"It's about Microsoft Excel"