Hi there
I'm struggling to find a nice solution for the following problem
I maintain a spreadsheet that compares our prices against our competition, so i have 3 columns with prices in - each row corresponding to a different postcode destination.
What i need to do is on the 4th column show the text of who is the cheapest. The text is the top of each column
I want the output something like the following
Postcode Supplier1 supplier2 supplier3 cheapest
AB 10 12 14 supplier1
AL 20 18 16 supplier3
B 35 25 30 supplier2
I've played around with MIN() function and tried to match the result to the column but can't figure out how to match a column to a heading.
thanks in advance for any suggestions
I'm struggling to find a nice solution for the following problem
I maintain a spreadsheet that compares our prices against our competition, so i have 3 columns with prices in - each row corresponding to a different postcode destination.
What i need to do is on the 4th column show the text of who is the cheapest. The text is the top of each column
I want the output something like the following
Postcode Supplier1 supplier2 supplier3 cheapest
AB 10 12 14 supplier1
AL 20 18 16 supplier3
B 35 25 30 supplier2
I've played around with MIN() function and tried to match the result to the column but can't figure out how to match a column to a heading.
thanks in advance for any suggestions