Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default When Using VLOOKUP With MATCH How Do I Handle #NA OnData Retrieval

I am using =VLOOKUP($A$32,Data!$A$4:$M$18,MATCH($B$3,Data!$B$ 4:$M$4,0)+1,0) in order to search for two dimensions in a table. I am a very green user so do not know much in the way of Excel.

The problem is when there is no matching field I receive a #NA. How do I just get a blank or 0 if there is no matching data?

Thank you in advance for your help.


A Womand Told Me
http://www.awomantoldme.com
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default When Using VLOOKUP With MATCH How Do I Handle #NA On Data Retrieval

Patience is a virtue. Quit sending the same question every few minutes.

"Katlyn Jones" wrote in message
.. .
I am using =VLOOKUP($A$32,Data!$A$4:$M$18,MATCH($B$3,Data!$B$ 4:$M$4,0)+1,0)
in order to search for two dimensions in a table. I am a very green user
so do not know much in the way of Excel.

The problem is when there is no matching field I receive a #NA. How do I
just get a blank or 0 if there is no matching data?

Thank you in advance for your help.


A Womand Told Me
http://www.awomantoldme.com


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default When Using VLOOKUP With MATCH How Do I Handle #NA On Data Retrieva

Here you go:

=IF(ISNA(VLOOKUP($A$32,Data!$A$4:$M$18,MATCH($B$3, Data!$B$4:$M$4,0)+1,0)),"",VLOOKUP($A$32,Data!$A$4 :$M$18,MATCH($B$3,Data!$B$4:$M$4,0)+1,0))
- This one leaves the cell blank.

=IF(ISNA(VLOOKUP($A$32,Data!$A$4:$M$18,MATCH($B$3, Data!$B$4:$M$4,0)+1,0)),0,VLOOKUP($A$32,Data!$A$4: $M$18,MATCH($B$3,Data!$B$4:$M$4,0)+1,0))
- This one places a 0 in the cell.

Sebastian

"Katlyn Jones" wrote:

I am using =VLOOKUP($A$32,Data!$A$4:$M$18,MATCH($B$3,Data!$B$ 4:$M$4,0)+1,0) in order to search for two dimensions in a table. I am a very green user so do not know much in the way of Excel.

The problem is when there is no matching field I receive a #NA. How do I just get a blank or 0 if there is no matching data?

Thank you in advance for your help.


A Womand Told Me
http://www.awomantoldme.com

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
When Using VLOOKUP With MATCH How Do I Handle #NA OnData Retrieval? Katlyn Jones Excel Worksheet Functions 2 January 31st 08 08:08 PM
When Using VLOOKUP With MATCH How Do I Handle #NA OnData Retrieval Katlyn Jones Excel Worksheet Functions 1 January 31st 08 06:18 PM
When Using VLOOKUP With MATCH How Do I Handle #NA OnData Retrieval? Katlyn Jones Excel Worksheet Functions 0 January 31st 08 06:12 PM
Can the Match function handle more than 7 variables? Zakynthos Excel Worksheet Functions 3 August 9th 07 10:52 AM
Appl need that VLOOKUP will not handle Wayne G. Dengel Excel Worksheet Functions 6 November 7th 04 08:02 AM


All times are GMT +1. The time now is 08:18 AM.

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"