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 Array addressing question... I think

Hi,

I have a problem I can't seem to solve.

Columns B through G contain data.
Row 4 contains a name.
Other rows contain numerical data.

I'm trying to figure out how to create a formula in Row H that shows the value in Row 4 for the maximum of the row.

For example, if B4 = Fred, C4 = Joe, D4 = Sally, and
if B5 = 1, C5 = 8, and D5 = 36, then
H5 would be "Sally".

Any ideas?


Submitted via EggHeadCafe - Software Developer Portal of Choice
How to Annotate Images from a database in a web page
http://www.eggheadcafe.com/tutorials...images-fr.aspx
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Array addressing question... I think

Try

=INDEX($B$4:$G$4,MATCH(MAX($B5:$G5),$B5:$G5,0))

HTH

Bob


<John Bennett wrote in message ...
Hi,

I have a problem I can't seem to solve.

Columns B through G contain data.
Row 4 contains a name.
Other rows contain numerical data.

I'm trying to figure out how to create a formula in Row H that shows the
value in Row 4 for the maximum of the row.

For example, if B4 = Fred, C4 = Joe, D4 = Sally, and
if B5 = 1, C5 = 8, and D5 = 36, then
H5 would be "Sally".

Any ideas?


Submitted via EggHeadCafe - Software Developer Portal of Choice
How to Annotate Images from a database in a web page
http://www.eggheadcafe.com/tutorials...images-fr.aspx



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
Array Question Larry L Excel Discussion (Misc queries) 16 January 20th 09 08:25 AM
array question Len Case Excel Worksheet Functions 3 December 17th 07 09:48 PM
another array question Robert Dieckmann Excel Worksheet Functions 5 January 20th 07 02:08 AM
Array Question keeblerjp Excel Discussion (Misc queries) 4 June 20th 06 04:21 PM
Array Question Renee Excel Worksheet Functions 0 June 29th 05 07:10 PM


All times are GMT +1. The time now is 07:12 PM.

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"