M
Molly
Assuming you want the Name of the Company - A, B or C -
with max sales:
In first column, assuming it is column A with Company
names in Cells B1, C1 and D1 and Company Sales in Rows 2
through whatever - try:
A2 =INDEX($B$1:$D$1,1,MATCH(MAX(B2
2),B2
2,0))
A3 =INDEX($B$1:$D$1,1,MATCH(MAX(B3
3),B3
3,0))
A4 =INDEX($B$1:$D$1,1,MATCH(MAX(B4
4),B4
4,0))
A5 =INDEX($B$1:$D$1,1,MATCH(MAX(B5
5),B5
5,0))
etc.
Does this do you?
with max sales:
In first column, assuming it is column A with Company
names in Cells B1, C1 and D1 and Company Sales in Rows 2
through whatever - try:
A2 =INDEX($B$1:$D$1,1,MATCH(MAX(B2


A3 =INDEX($B$1:$D$1,1,MATCH(MAX(B3


A4 =INDEX($B$1:$D$1,1,MATCH(MAX(B4


A5 =INDEX($B$1:$D$1,1,MATCH(MAX(B5


etc.
Does this do you?