ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Reference between rows, not columns (https://www.excelbanter.com/excel-programming/433147-reference-between-rows-not-columns.html)

Darren

Reference between rows, not columns
 
To simplify:
With a list of names in column A and scores in column B, I know using
=INDEX(A:A,MATCH(MAX(B:B),B:B,FALSE,)1) I can see who has the highest score.
My problem is, I want to do the same thing but across rows so that in the
example the names would be in row 1 with the scores in row 2.

Any help would be greatly appreciated.

Jacob Skaria

Reference between rows, not columns
 
With names in Row 1 and marks in row2 try the below

=INDEX(1:1,MATCH(MAX(2:2),2:2,FALSE)*1)

If this post helps click Yes
---------------
Jacob Skaria


"Darren" wrote:

To simplify:
With a list of names in column A and scores in column B, I know using
=INDEX(A:A,MATCH(MAX(B:B),B:B,FALSE,)1) I can see who has the highest score.
My problem is, I want to do the same thing but across rows so that in the
example the names would be in row 1 with the scores in row 2.

Any help would be greatly appreciated.


Darren

Reference between rows, not columns
 
Thankyou so much.

"Jacob Skaria" wrote:

With names in Row 1 and marks in row2 try the below

=INDEX(1:1,MATCH(MAX(2:2),2:2,FALSE)*1)

If this post helps click Yes
---------------
Jacob Skaria


"Darren" wrote:

To simplify:
With a list of names in column A and scores in column B, I know using
=INDEX(A:A,MATCH(MAX(B:B),B:B,FALSE,)1) I can see who has the highest score.
My problem is, I want to do the same thing but across rows so that in the
example the names would be in row 1 with the scores in row 2.

Any help would be greatly appreciated.



All times are GMT +1. The time now is 06:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com