Hi Everyone,
I know this is simple, but VLookups drive me insane for some reason. Basically, I have two sets of data from two different databases. I would like to compare the product count of similar parts to see if they match. If the counts do not match return "No" and if counts match return a "Yes", if a serial number is missing from one set of data return "Missing" Below is a few lines of the columns.
A1 B1 C1 D1 E1 F1 H1 I1 J1 K1 L1 M1
1158 OIL 1 TampaACF 156 156 1503-0337-00 INLET 1 1 A300A Yes
1312 32CFM 1 TampaACF 983.48 983.48 1613 6105 90 OIL 1 1 A300E Yes
1352 ELEMENT 1 TampaACF 310.5 310.5 1614 8747 99 OIL 1 1 A300E Missing
3697 85CFM 1 TampaACF 1637.6 1637.6 1619 2797 00 AIR 1 1 A300C No
......
......
In my example above I need to find items with the matching part numbers between (A1:H1) and compare the counts in (C1:J1) and return count "Yes", "No" or "Missing" The data H1 is the key to trigger the missing return. Since the spaces are removed the above needs to be added to a spreadsheet for clarity.
Everyone has been great on this forum and I hope I can get more great support.
Thank you...
Bookmarks