Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default returning a text value using a formula

There is probably an easy solution to this, but I cant find it. Any help
would be appreciated. I have 3 columns. Each column has a heading with
numbers in each one, and a total at the end of each one (totaling all of the
column numbers together). Ive set up a formula(MAX) that returns the
highest number of the 3 columns. What Id also like to do is have the
heading for that highest number be returned in a cell next to the cell with
the MAX formula. For example:

Cells G3, J3, and M3 have the column headings (text)

Cells G10, J10, and M10 have the total numbers

Cell B13 has the MAX formula and the highest "total" number is returned here

Id like to have cell B14 show the corresponding heading for the number that
shows up in B13

So, if cell J10 has the highest number (say 16) and has a J3 heading of Par
4, B13 will return 16 and B14 will return Par 4

Any help you can provide would be appreciated!

Kevin

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 320
Default returning a text value using a formula

This answer is based on the idea that there may be extraneous (unwanted)
values in H,I,K,L.
in B14:
ctrl+shift+enter:
=INDEX(G3:M3,MATCH(G14,(N(MOD(COLUMN(G:M),3)=1)*G1 0:M10),0))

"KVSmith59" wrote:

There is probably an easy solution to this, but I cant find it. Any help
would be appreciated. I have 3 columns. Each column has a heading with
numbers in each one, and a total at the end of each one (totaling all of the
column numbers together). Ive set up a formula(MAX) that returns the
highest number of the 3 columns. What Id also like to do is have the
heading for that highest number be returned in a cell next to the cell with
the MAX formula. For example:

Cells G3, J3, and M3 have the column headings (text)

Cells G10, J10, and M10 have the total numbers

Cell B13 has the MAX formula and the highest "total" number is returned here

Id like to have cell B14 show the corresponding heading for the number that
shows up in B13

So, if cell J10 has the highest number (say 16) and has a J3 heading of Par
4, B13 will return 16 and B14 will return Par 4

Any help you can provide would be appreciated!

Kevin

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
Returning Text Simon y Glog Excel Discussion (Misc queries) 3 August 17th 07 10:30 AM
Finding text in a cell and returning a value based on that text [email protected] Excel Discussion (Misc queries) 5 January 10th 07 06:01 PM
Values Returning Text Gymclass14 via OfficeKB.com Excel Worksheet Functions 4 January 7th 07 01:16 AM
Returning text using a formula AJL Excel Worksheet Functions 1 October 10th 06 01:29 PM
calculate a formula instead of returning text Jonrey Excel Worksheet Functions 21 April 9th 06 11:28 PM


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