Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
a2..c2 are columns of numbers. a1..c1 are accounts. i want a formula in
column d, beginning in row 2. the formula will return the value in row 1 and column "x" where "x" is the column that has the maximum row value for any given row. example: a1..c1 = 6001, 6002, 6003 respectively. a2..c2 = $5, $0, $0 respectively. the formula in d2 will return 6001. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Steve
Try the below =INDEX(A1:C1,MATCH(MAX(A2:C2),A2:C2,0)) If this post helps click Yes --------------- Jacob Skaria "Steve" wrote: a2..c2 are columns of numbers. a1..c1 are accounts. i want a formula in column d, beginning in row 2. the formula will return the value in row 1 and column "x" where "x" is the column that has the maximum row value for any given row. example: a1..c1 = 6001, 6002, 6003 respectively. a2..c2 = $5, $0, $0 respectively. the formula in d2 will return 6001. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|