Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Analysis? Who's at bat next? I have no idea what to call this.

I'm trying to make an overtime file for my Fire Department. In it, I will be
keeping track of how many hours of overtime each member has worked. When
it's time to call people and offer them an overtime shift, I need to know who
has the least amount of hours so I can offer it to that firefighter first. I
have a page set up with everyone's name and total OT hours, and I know I can
just sort it to find out who has the least/most. But is there a way for
Excel to do this automatically and possibly pop up the answer of who the
first 5 names off the list of who to call might be?

I certainly have the ability to look up the answer in my Excel book, I just
don't know what to call this type of operation. Can you help me?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Analysis? Who's at bat next? I have no idea what to call this.

One way...

A2:A15 = names
B2:B15 = hours

Enter this formula in, say, E2 and copy down as needed:

=INDEX(A$2:A$15,MATCH(SMALL(B$2:B$15,ROWS(E$2:E2)) ,B$2:B$15,0))

Note that if there are ties in total hours then we'll need to modifiy this
formula to account for ties.

--
Biff
Microsoft Excel MVP


"GoBonnieGo" wrote in message
...
I'm trying to make an overtime file for my Fire Department. In it, I will
be
keeping track of how many hours of overtime each member has worked. When
it's time to call people and offer them an overtime shift, I need to know
who
has the least amount of hours so I can offer it to that firefighter first.
I
have a page set up with everyone's name and total OT hours, and I know I
can
just sort it to find out who has the least/most. But is there a way for
Excel to do this automatically and possibly pop up the answer of who the
first 5 names off the list of who to call might be?

I certainly have the ability to look up the answer in my Excel book, I
just
don't know what to call this type of operation. Can you help me?



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
Help!! No idea where to go next... TJaques Excel Discussion (Misc queries) 4 February 28th 07 09:22 PM
Can't seem to find way to have easy data entry AND analysis - idea Heidi Excel Discussion (Misc queries) 2 January 3rd 07 12:24 AM
Call Center Management: How to calculate 'cost per call' Denniso6 Excel Discussion (Misc queries) 2 June 25th 06 06:01 PM
any idea? CC Links and Linking in Excel 1 May 12th 05 01:37 AM
Help Please. No Idea what to look for or how to do this David Chadwick ([email protected]) Excel Discussion (Misc queries) 0 February 28th 05 05:19 PM


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

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"