Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 150
Default If Largest Data Pull Name.. Help!

Hello,

I have two columns one with numbers and another with corresponding names. I
want excel to display the names of the largest value and the smallest value.
How would I go about doing this?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default If Largest Data Pull Name.. Help!

With numbers in Column A and names in Column B, try these:

=INDEX(B:B,MATCH(MAX(A:A),A:A,0))

=INDEX(B:B,MATCH(MIN(A:A),A:A,0))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"stan" wrote in message
...
Hello,

I have two columns one with numbers and another with corresponding names. I
want excel to display the names of the largest value and the smallest value.
How would I go about doing this?

Thanks!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default If Largest Data Pull Name.. Help!

hi
use min and max with lookup.
=LOOKUP(MAX(A3:A600),A3:A600,B3:B600)
=LOOKUP(MIN(A3:A600),A3:A600,B3:B600)
where column a contains the values and column b contains the names
adjust to fit your data.

Regards
FSt1
"stan" wrote:

Hello,

I have two columns one with numbers and another with corresponding names. I
want excel to display the names of the largest value and the smallest value.
How would I go about doing this?

Thanks!

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
What formula can I use to sum largest 2 numbers out of data set? Excel Novice Excel Worksheet Functions 1 April 7th 08 12:06 AM
Pull matching data Dax Arroway Excel Discussion (Misc queries) 3 September 20th 06 07:43 PM
pull data for a company with data in diff cells multiple wrkshts kcoachbiggs Excel Worksheet Functions 0 March 8th 06 09:24 PM
Pull data from yyyymmmmdd.xls Mike Punko Excel Worksheet Functions 1 October 3rd 05 08:31 PM
COMPARE DATA AND LIST SMALLEST AND LARGEST ENTRY BY UNIT Dwain A, louisiana Excel Discussion (Misc queries) 3 August 5th 05 05:01 PM


All times are GMT +1. The time now is 11:02 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"