I have an excel file with 5 columns A1:E1 and 100 rows. Each row has numbers 1 to 5.
I need a formula in F1 that will return the column that has the number 1 in it. So in the example below, I need it to return A for row 1, E for row 2 and D for row 3.
A B C D E
1 5 4 3 2
5 4 3 2 1
2 5 4 1 3
Thanks for the help.