Forum Discussion
D7d7ono
Apr 05, 2022Copper Contributor
formula help
Looking to return a single cell value with multiple criteria. Sheet1 Column A - List of Customer codes Column B - List of Product codes Column C - Prices Sheet2 Product code in cell A2 ...
SergeiBaklan
Apr 05, 2022Diamond Contributor
But why do you need array formula on on which Excel version/platform you are?
D7d7ono
Apr 05, 2022Copper Contributor
I just want a formula that works, if i can get the index/match working then perfect, if not i need another.
- SergeiBaklanApr 05, 2022Diamond Contributor
Perhaps I misunderstood what is "multiple customers and products codes", which variant here is yours?
- D7d7onoApr 05, 2022Copper Contributorthe last one, i tried a sumproduct formula but based on the last variant it finds the match for customer A and Product 123 but returns 30 (as it would with a sum) and not 10
- SergeiBaklanApr 05, 2022Diamond Contributor
For the last one INDEX/MATCH without CSE shall work. You find the price for the first matched record, doesn't matter how many the same do you have.