Hi,
first time post
I have data that looks like this:
A B C D E F
1 2 3 4 5 6
2 3 4 5 8 1
3 5 5 3 4 7
I want to define the max value on each row, ideally giving the name of the variable not just the max value. So it would look like this:
A B C D E F G
1 2 3 4 5 6 F
2 3 4 5 8 1 E
3 5 5 3 4 7 F
Ive tried unsuccessfully to do so. Is this even possible?
Thanks in advance
Bookmarks