Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() 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
![]() |
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Recognizing misc. text | Excel Discussion (Misc queries) | |||
Recognizing Numbers or names as duplicates | Excel Worksheet Functions | |||
Why does the Sort function stop recognizing Header Rows? | Excel Worksheet Functions | |||
Excel not recognizing Dates properly. | Excel Discussion (Misc queries) | |||
Recognizing weekends and changing to weekdays in Excel | Excel Discussion (Misc queries) |