Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Finding Top 5 Expense Items with Comments

I have a list of expenses in one tab of my workbook from an employee's
expense reports. I am trying to find the top 5 expenses for that person to
be summarized on a summary tab. I have used the LARGE function to find the
top 5 dollar amounts, but don't know how to pull the expense category, date
and description into the summary. The detail could be in any order.

Any thoughts or suggestions would be appreciated.

Ron
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Finding Top 5 Expense Items with Comments

Hopefully there are no "ties"

Use VLOOKUP:

say the expenses are in column A with catagory, date, and description in
B,C,D.

=VLOOKUP(LARGE(A:A,1),A1:D100,2,FALSE) for col B
=VLOOKUP(LARGE(A:A,1),A1:D100,3,FALSE) for col C
=VLOOKUP(LARGE(A:A,1),A1:D100,4,FALSE) for col D


then for the next largest:
=VLOOKUP(LARGE(A:A,2),A1:D100,2,FALSE) for col B
etc.
--
Gary''s Student - gsnu200814


"ruffnro" wrote:

I have a list of expenses in one tab of my workbook from an employee's
expense reports. I am trying to find the top 5 expenses for that person to
be summarized on a summary tab. I have used the LARGE function to find the
top 5 dollar amounts, but don't know how to pull the expense category, date
and description into the summary. The detail could be in any order.

Any thoughts or suggestions would be appreciated.

Ron

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Finding Top 5 Expense Items with Comments

That is a great suggestion, the problem is that I can and do have ties. Then
this brings back the comments on the first expense item for all of the ties.

Are there any other thoughts on how to do this.

Thanks for your help "Gary"s Student"!!

"Gary''s Student" wrote:

Hopefully there are no "ties"

Use VLOOKUP:

say the expenses are in column A with catagory, date, and description in
B,C,D.

=VLOOKUP(LARGE(A:A,1),A1:D100,2,FALSE) for col B
=VLOOKUP(LARGE(A:A,1),A1:D100,3,FALSE) for col C
=VLOOKUP(LARGE(A:A,1),A1:D100,4,FALSE) for col D


then for the next largest:
=VLOOKUP(LARGE(A:A,2),A1:D100,2,FALSE) for col B
etc.
--
Gary''s Student - gsnu200814


"ruffnro" wrote:

I have a list of expenses in one tab of my workbook from an employee's
expense reports. I am trying to find the top 5 expenses for that person to
be summarized on a summary tab. I have used the LARGE function to find the
top 5 dollar amounts, but don't know how to pull the expense category, date
and description into the summary. The detail could be in any order.

Any thoughts or suggestions would be appreciated.

Ron

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
Finding multiple items from a list Col Excel Worksheet Functions 4 September 26th 08 01:39 AM
Finding Repeated Items in Excel 2003 Marilyn Excel Discussion (Misc queries) 1 April 20th 07 07:16 PM
Finding maximum qty of items to reach given limit Jashun Excel Worksheet Functions 1 October 18th 06 08:17 PM
how do I set up time sheet and items bought expense sheet gianni Excel Discussion (Misc queries) 1 December 24th 05 11:10 AM
Finding unique items in data field for pivot tables [email protected] Excel Discussion (Misc queries) 2 July 15th 05 06:15 PM


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