Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default why am i encountering result N#A when doing the VLOOKUP function


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default why am i encountering result N#A when doing the VLOOKUP function

Read HELP.
If you need more, post your formula and the data involved.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Mame" wrote in message
...


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default why am i encountering result N#A when doing the VLOOKUP function


it's because the lookup value cannot be found, If you are only worried
about N/A then use this ISNA function like this:
=IF(ISNA(VLOOKUP(A1,A2:C10,2,FALSE)),"None",VLOOKU P(A1,A2:C10,2,FALSE))
You can change ISNA for ISERROR to handle all errors.


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=91198

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
vlookup shows result one cell above the expected result Marie Excel Worksheet Functions 7 November 14th 06 02:52 AM
Automatic Function Result Update when using A VLOOKUP on another F Quicky Links and Linking in Excel 3 September 23rd 06 05:22 PM
can vlookup look up the result of a function? fryguy Excel Worksheet Functions 19 September 3rd 06 07:29 PM
vlookup based on random result returns incorrect result rickat Excel Worksheet Functions 1 December 6th 05 01:16 PM
Adding adjacent numbers and resettiing when encountering 0 Midnight404 Excel Worksheet Functions 0 August 5th 05 01:03 PM


All times are GMT +1. The time now is 02:30 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"