View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Cathy
 
Posts: n/a
Default Using Max & keeping other data

I'm sorry, I tried for simplicity sake to make my example too generic. I was
able to solve the problem I submitted using 'Consolidate'. I think it worked
because the hour column is numeric. In reality my middle column is text and
consolidate is not picking it up. How can I display a miscellanious text
field when doing a max amount by day?

"Cathy" wrote:

I have a spreadsheet with three columns.
A: A date for every hour for the month (ie. 1/1/06 24 times)
B: The hour
C: A dollar amount

I need to form a result that provides the max dollar amount per day, and I
need to show the hour that it occurs on. I have no problem getting the max
amount per day, but how do I also display the hour?

Thank you,