I use a sheet to look up cheapest price and the match the company that has the cheapest price
Company Names in columns $L$7:$AE$7
below prices for each company (L10:AE10)
cheapest price in column j10 =MIN(L11:AE11)
in column i10 lookup company name for cheapest price =IF(J10=0," ",INDEX($L$7:$AE$7,MATCH(J10,L10:AE10,0)))
But how would I indicate too the user if two or more companies has the exact lowest price, and then show both companies in the cell for company with cheapest price?
Company Names in columns $L$7:$AE$7
below prices for each company (L10:AE10)
cheapest price in column j10 =MIN(L11:AE11)
in column i10 lookup company name for cheapest price =IF(J10=0," ",INDEX($L$7:$AE$7,MATCH(J10,L10:AE10,0)))
But how would I indicate too the user if two or more companies has the exact lowest price, and then show both companies in the cell for company with cheapest price?