Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mjoddie
 
Posts: n/a
Default delete #N/A's in Excel

How do I get the N/A's in cells to not appear after doing a vlookup and there
is no value that match in the 2 spreadsheets? What I have is a complete
inventory and movement of my product and I bring in a customers inventory and
they do not stock all the numbers in my line. In any cell that the customer
does not stock my product I get a #N/A.
  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

Hello -
You can add a check before doing the vlookup:

=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))

Hope that helps,
--
David Billigmeier


"Mjoddie" wrote:

How do I get the N/A's in cells to not appear after doing a vlookup and there
is no value that match in the 2 spreadsheets? What I have is a complete
inventory and movement of my product and I bring in a customers inventory and
they do not stock all the numbers in my line. In any cell that the customer
does not stock my product I get a #N/A.

  #3   Report Post  
Alan
 
Posts: n/a
Default

=IF(ISNA(Your Vlookup Formula)),"Value, error message or
whatever",VLOOKUP(Your VLOOKUP Formula))
Regards,
Alan.
"Mjoddie" wrote in message
...
How do I get the N/A's in cells to not appear after doing a vlookup and
there
is no value that match in the 2 spreadsheets? What I have is a complete
inventory and movement of my product and I bring in a customers inventory
and
they do not stock all the numbers in my line. In any cell that the
customer
does not stock my product I get a #N/A.



  #4   Report Post  
Mjoddie
 
Posts: n/a
Default



"David Billigmeier" wrote:

Hello -
You can add a check before doing the vlookup:

=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))

Hope that helps,
--
David Billigmeier


"Mjoddie" wrote:

How do I get the N/A's in cells to not appear after doing a vlookup and there
is no value that match in the 2 spreadsheets? What I have is a complete
inventory and movement of my product and I bring in a customers inventory and
they do not stock all the numbers in my line. In any cell that the customer
does not stock my product I get a #N/A.


David, I have copied my formula =VLOOKUP(A7,'Fuel
Pumps'!$A$2:$D$134,4,FALSE) Where would I put your check?
  #5   Report Post  
Mjoddie
 
Posts: n/a
Default

I get it. You do not write Quot you put a " mark in!!

Thank you,

Mike

"David Billigmeier" wrote:

Hello -
You can add a check before doing the vlookup:

=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))

Hope that helps,
--
David Billigmeier


"Mjoddie" wrote:

How do I get the N/A's in cells to not appear after doing a vlookup and there
is no value that match in the 2 spreadsheets? What I have is a complete
inventory and movement of my product and I bring in a customers inventory and
they do not stock all the numbers in my line. In any cell that the customer
does not stock my product I get a #N/A.



  #6   Report Post  
David Billigmeier
 
Posts: n/a
Default

The double quotation mark ("") will output a blank space. Change that to
whatever you want your error message to read (i.e. "no match")

--
David Billigmeier


"Mjoddie" wrote:

I get it. You do not write Quot you put a " mark in!!

Thank you,

Mike

"David Billigmeier" wrote:

Hello -
You can add a check before doing the vlookup:

=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))

Hope that helps,
--
David Billigmeier


"Mjoddie" wrote:

How do I get the N/A's in cells to not appear after doing a vlookup and there
is no value that match in the 2 spreadsheets? What I have is a complete
inventory and movement of my product and I bring in a customers inventory and
they do not stock all the numbers in my line. In any cell that the customer
does not stock my product I get a #N/A.

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
How can we delete rows permanently from excel sheet Nehal Shah Excel Discussion (Misc queries) 1 August 1st 05 01:58 PM
How do I delete 2000 pages created by Excel from my one page doc. crmlcat Excel Worksheet Functions 2 April 27th 05 04:54 PM
How do i delete a row in a excel worksheet that is protected jim Excel Worksheet Functions 3 March 7th 05 08:05 PM
excel needs feature to delete blanks when autofilter is used. bobz666 Excel Discussion (Misc queries) 7 February 9th 05 05:33 AM
how do i delete empty rows in excel? charlie Excel Discussion (Misc queries) 2 January 19th 05 11:45 AM


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