Hi,
I have a set of data that has names down the left hand side and countries across the top. I can find the max number for each name easily enough but i want to find which country this appears in.
Name USA UK Sweden
John 5000, 60, 100
Dave 1001, 23, 1000
Thom 8000, 50, 27000
So in column 5 i want the answer for John to be USA, David to be USA and Thomas to be Sweden.
Any ideas would be great
Cheers
I have a set of data that has names down the left hand side and countries across the top. I can find the max number for each name easily enough but i want to find which country this appears in.
Name USA UK Sweden
John 5000, 60, 100
Dave 1001, 23, 1000
Thom 8000, 50, 27000
So in column 5 i want the answer for John to be USA, David to be USA and Thomas to be Sweden.
Any ideas would be great
Cheers