ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to get name of Salesmen selling highest (https://www.excelbanter.com/excel-discussion-misc-queries/119450-how-get-name-salesmen-selling-highest.html)

claude jerry

How to get name of Salesmen selling highest
 
HI please help me

I have a file in col A I have names of salesmen and col B how mush they sold

A 100
B 25
C 150

=Max(range) gives me the highest value i.e. 150

i want the name of the salesmen selling the highest eg Mr. C

can it be done

Stefi

How to get name of Salesmen selling highest
 
=INDEX(A1:A3,MATCH(MAX(B1:B3),B1:B3,0),1)


Regards,
Stefi

€˛claude jerry€¯ ezt Ć*rta:

HI please help me

I have a file in col A I have names of salesmen and col B how mush they sold

A 100
B 25
C 150

=Max(range) gives me the highest value i.e. 150

i want the name of the salesmen selling the highest eg Mr. C

can it be done


JMay

How to get name of Salesmen selling highest
 
With your data (below) in Range A1:B3 - in D1 enter:

=OFFSET($A$1,MATCH(MAX(B1:B3),B1:B3,0)-1,0)

The "-1" adjusts for the lack of a header row, adj if needed.



"claude jerry" wrote in message
:

HI please help me

I have a file in col A I have names of salesmen and col B how mush they sold

A 100
B 25
C 150

=Max(range) gives me the highest value i.e. 150

i want the name of the salesmen selling the highest eg Mr. C

can it be done




All times are GMT +1. The time now is 03:46 AM.

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