Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Referencing 0 generated from IF(isna(Vlookup) formula

Hi,
I am trying to in compare a parts list from new warehouse we acquired to
determine if any of the parts are already listed in any of our 7 existing
warehouses, so I am attempted to use the below formula to in effect "whittle
down" to just the part #'s that have no match.
=IF(ISNA(VLOOKUP('New Warehouse List'!A2,'Warehouse
#1'!$B$5:$B$8507,1,FALSE)),0,VLOOKUP('New Warehouse List'!A2,'Warehouse
#1'!$B$5:$B$8507,1,FALSE))

In this approach I end up with a "Warehouse #1 matching list", then on a
seperate worksheet, I enter =IF('Warehouse #1 Match'!A2=0,'New Warehouse
List'!A2,0)

This gives me a Warehouse#1 No Match list, which I can run a new VLookup of
Warehouse #2 against this list generating an additional matching and
non-matching list, hopefully until I end up at Warehouse #7 with only a few
non-matching part #'s that I have to load into the system...

The problem is once I've got my non-matching list for Warehouse #1, and move
onto the VLookup for Warehouse #2, the system ignores the 0's that are
created in the Non-Matching list, and I start with the whole new inventory
list, and not a reduced one, even if there are 300 partnumbers less from the
first VLookup... Any ideas????
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 and Referencing a Range in a Formula GTblearch Excel Worksheet Functions 2 November 4th 09 03:01 PM
vlookup returning Errors (ISNA formula) Nora[_2_] Excel Worksheet Functions 3 January 3rd 08 04:29 PM
If isna match vlookup formula maijiuli Excel Worksheet Functions 6 November 20th 07 10:09 PM
vlookup, IF, and ISNA MMBOLI Excel Discussion (Misc queries) 2 August 17th 06 04:53 PM
if isna and vlookup together tina Excel Worksheet Functions 2 January 20th 05 01:06 PM


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