Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Help with comparing information...

I need help finding a formula that will look at a row of totals and find the
largest total and input the column header. Example:

Oranges Bananas Apples

4 3 9


Look at the row of totals and determine that the most sold were apples. In
a particular cell, put the word "apples". I'm assuming that the formula
could reference the cells that the words are in instead of the actual words?
Thank you for your help. :)
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Help with comparing information...

Assuming your header in column A1:C1

=INDEX (A1:C1,MATCH(MAX(A2:C2),A2:C2,0))


"Treesy" wrote:

I need help finding a formula that will look at a row of totals and find the
largest total and input the column header. Example:

Oranges Bananas Apples

4 3 9


Look at the row of totals and determine that the most sold were apples. In
a particular cell, put the word "apples". I'm assuming that the formula
could reference the cells that the words are in instead of the actual words?
Thank you for your help. :)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Help with comparing information...

Thanks!! That works perfectly!

"Teethless mama" wrote:

Assuming your header in column A1:C1

=INDEX (A1:C1,MATCH(MAX(A2:C2),A2:C2,0))


"Treesy" wrote:

I need help finding a formula that will look at a row of totals and find the
largest total and input the column header. Example:

Oranges Bananas Apples

4 3 9


Look at the row of totals and determine that the most sold were apples. In
a particular cell, put the word "apples". I'm assuming that the formula
could reference the cells that the words are in instead of the actual words?
Thank you for your help. :)

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
comparing cells Help me Excel Worksheet Functions 1 May 9th 06 10:01 PM
Transferring Information Freddo Excel Worksheet Functions 1 May 5th 06 10:11 PM
Vlookups or Match to find multiple information Nyanko Excel Worksheet Functions 0 July 27th 05 09:30 PM
Update a spreadsheet with new information. a6kim Excel Discussion (Misc queries) 1 May 2nd 05 11:56 AM
Clearing information in certain columns jolly_lolly Excel Discussion (Misc queries) 1 April 22nd 05 02:41 AM


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