Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default Matching two spreadsheets & deleting "False" matches

Hi! I'm working with two different lists of inventory. The first one is a
list of inventory that a program recommends: HOWEVER, this list may have
parts that are outdated or that have been cancelled. The second list is an
updated list of ALL the available inventory our company produces, all of
which is still in production.

I'm trying to reconciliate the two lists and basically delete all products
in the first list that are not on the second list (products that have been
superseded or cancelled). The unique identifier for each product is product
number, located in Column C. Is there a way to do that in Excel? I tried
using:
=ISNUMBER(MATCH(C7,Sheet2!C:C,0))
to see if the part numbers in sheet one are in sheet 2, and it gave me
"TRUE/FALSE" entries. This method might work, but is there an easy way to
delete all "FALSE" entries? Or is there a whole different approach that might
be easier/more practical for such huge files?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 471
Default Matching two spreadsheets & deleting "False" matches

If you then sort on the column that has the true/false you'll have all your
false ones together and can easily delete them.

"Lily" wrote:

Hi! I'm working with two different lists of inventory. The first one is a
list of inventory that a program recommends: HOWEVER, this list may have
parts that are outdated or that have been cancelled. The second list is an
updated list of ALL the available inventory our company produces, all of
which is still in production.

I'm trying to reconciliate the two lists and basically delete all products
in the first list that are not on the second list (products that have been
superseded or cancelled). The unique identifier for each product is product
number, located in Column C. Is there a way to do that in Excel? I tried
using:
=ISNUMBER(MATCH(C7,Sheet2!C:C,0))
to see if the part numbers in sheet one are in sheet 2, and it gave me
"TRUE/FALSE" entries. This method might work, but is there an easy way to
delete all "FALSE" entries? Or is there a whole different approach that might
be easier/more practical for such huge files?

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
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
If (A1 = "ValueA" & C1 = "ValueB") return the quantity of matches DaveC Excel Discussion (Misc queries) 2 July 1st 07 10:34 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
"IF" with no "false" action - Using Text Danny@Kendal Excel Discussion (Misc queries) 0 December 9th 05 10:20 AM
"IF" with no "false" action - Using Text Rowan Drummond Excel Discussion (Misc queries) 0 December 9th 05 01:01 AM


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