Hi all,
Relatively new to formulas in Excel and trying to figure out how to match 2 values and then check their corresponding price in the next column.
In the example table below:
- Col A contains Unique ID 1, while Col B contains the corresponding price for Unique ID 1
- Col C contains Unique ID 2, while Col D contains the corresponding price for Unique ID 2
- Col E is to check if there are duplicates of Unique IDs between Col A and Col C, which could happen in this scenario I'm trying to recreate. I would need to know if a duplicate exists.
- Col F is to check if, in the case of any match(s) of Unique IDs between Cols A and C, there are then corresponding match(s) of price for the given Unique ID.
Hope the above is clear but please let me know if not!
I have filled out the expected results for Column E and F manually, however I'm not sure what formulas I would need to actually return those values automatically. Any help for this newbie would be much appreciated
Relatively new to formulas in Excel and trying to figure out how to match 2 values and then check their corresponding price in the next column.
In the example table below:
- Col A contains Unique ID 1, while Col B contains the corresponding price for Unique ID 1
- Col C contains Unique ID 2, while Col D contains the corresponding price for Unique ID 2
- Col E is to check if there are duplicates of Unique IDs between Col A and Col C, which could happen in this scenario I'm trying to recreate. I would need to know if a duplicate exists.
- Col F is to check if, in the case of any match(s) of Unique IDs between Cols A and C, there are then corresponding match(s) of price for the given Unique ID.
Hope the above is clear but please let me know if not!
I have filled out the expected results for Column E and F manually, however I'm not sure what formulas I would need to actually return those values automatically. Any help for this newbie would be much appreciated
Unique No.1 | Price | Unique No.2 | Price | Duplicates? | Price Match(s) found? |
82362 | $100 | 885658 | $150 | Yes | Yes |
2563252 | $565 | 2563252 | $565 | No | Yes |
5346 | $500 | 6437 | $890 | No | Yes |
4234 | $766 | 5346 | $500 | Yes | Yes |
6437 | $890 | 4234 | $745 | No | No |
36432 | $150 | 5346 | $500 | Yes | Yes |
885658 | $677 | 82362 | $100 | No | Yes |
6363 | $533 | 36432 | $200 | No | No |
885658 | $677 | Yes | Yes | ||
6363 | $533 | No | Yes |