Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default display the name in a list with the maximun salary

I try to display the name in a list with a mximun salary, but the names are
in A1:A50 and salaries in B1:B50. Can I use Vlookup and Max?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default display the name in a list with the maximun salary

=INDEX(A1:A50,MATCH(MAX(B1:B50),B1:B50,0))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"cyber" wrote in message ...
|I try to display the name in a list with a mximun salary, but the names are
| in A1:A50 and salaries in B1:B50. Can I use Vlookup and Max?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default display the name in a list with the maximun salary

Hi Cyber,

I suppose you want the name with the biggest salary:
I created my function in the dutch version of Excel giving:

=VERSCHUIVING(A1;VERGELIJKEN(MAX(B:B);B:B;0)-1;0)

and tried to translate it...

=OFFSET(A1,MATCH(MAX(B:B),B:B,0)-1,0)


HTH,

RaderEye.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
calculate diffence between old salary and new salary Felicia Pickett Excel Worksheet Functions 4 April 6th 10 04:32 PM
Maximun number of hyperlinks in Excel Sam Excel Discussion (Misc queries) 4 February 19th 09 01:58 PM
width at the hlaf maximun peak Mauro Charts and Charting in Excel 0 March 27th 08 11:56 PM
Maximun number of rows and columns OssieMac Excel Discussion (Misc queries) 3 March 22nd 07 09:52 AM
Maximun IF statements in a cell JUAN Excel Programming 5 April 1st 04 11:37 PM


All times are GMT +1. The time now is 07:01 PM.

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

About Us

"It's about Microsoft Excel"