#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default help with formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default help with formula

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"