Hi folks
This should not be so hard....
I have a table with columns A,B,C,D
A B C D
21 23 15 20
24 21 23 29
23 21 26 21
I want column E to show the name of the column with the largest number
as shown.
A B C D
21 23 15 20 B
24 21 23 29 D
23 21 26 21 C
Is there a query, or way to do this?
Thanks
Terre
This should not be so hard....
I have a table with columns A,B,C,D
A B C D
21 23 15 20
24 21 23 29
23 21 26 21
I want column E to show the name of the column with the largest number
as shown.
A B C D
21 23 15 20 B
24 21 23 29 D
23 21 26 21 C
Is there a query, or way to do this?
Thanks
Terre