I have a table similar to this example (simplified):
…………………………………………….B……………………C……………………….D……………………..E……………………………….F……………………………………………………………………………………………G
1……………………………………Company 1……….Company 2…….Company 3……….Company x……………………
2.Prices for country 1…………10………………………12…………………..14……………………….8…………………………….(formula: =MIN(B2,C2,D2,E2))………..(formula: =IF(F2=B2,$B$1,IF(F2=C2,$C$1)), etc
3.Prices for country 2…………..8………………………12…………………..11……………………….10…………………………..
Currently with these two formulas in F2 and G2 I get: 8 Company x
So far this works, however I know that we have only max 7 IF’s to put in a formula, ‘s and I will have an increasing number of companies in my columns. Is there a better way to work through these two formulas – to get the best price (lowest) with the min formula and then write next to it the Company name, so we know which company offers the lowest price?
I hope it’s not very confusing
Thanks in advance for the help!
kislany