Hi Everyone,
I'm working on this unique case.
I've a table (raw data) in which I have Column 4 columns named Country, Supplier, Parts, and Net Price.
I'm trying to extract the values, in this instance all the Parts, if I select 'Spain' as a country and 'Supplier Discount Warehouse' as the Supplier
Is there a way to do this using excel formula (Index, Match, or anything)?
I'm working on this unique case.
I've a table (raw data) in which I have Column 4 columns named Country, Supplier, Parts, and Net Price.
Country | Supplier | Parts | Net Price |
Germany | Intel | Part 1 | 2.30 |
Germany | Intel | Part 2 | 2.34 |
Germany | Spirax | Part 1.A | 2.38 |
Germany | Romoss | Part A.A | 2.42 |
Germany | Romoss | Part B.A | 2.46 |
Germany | Romoss | Part C.A | 2.50 |
Germany | Zeiss | Part D | 2.54 |
Germany | Gem Ltd | Part E.A | 2.58 |
Spain | Gem Ltd | Part 1 | 5.00 |
Spain | Gem Ltd | Part 2 | 5.04 |
Spain | Gem Ltd | Part 3 | 5.08 |
Spain | Discount Warehouse | Part 4.A | 4.20 |
Spain | Discount Warehouse | Part 6.A | 4.24 |
Spain | Discount Warehouse | Part A.1 | 4.28 |
Spain | Discount Warehouse | Part A.6 | 4.32 |
I'm trying to extract the values, in this instance all the Parts, if I select 'Spain' as a country and 'Supplier Discount Warehouse' as the Supplier
Country | Supplier | Parts | Net Price |
Spain | Discount Warehouse | Part 4.A | 4.20 |
Discount Warehouse | Part 6.A | 4.24 | |
Discount Warehouse | Part A.1 | 4.28 | |
Discount Warehouse | Part A.6 | 4.32 |
Is there a way to do this using excel formula (Index, Match, or anything)?