Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 193
Default Referencing a row with a maximum value array?

Does anyone know how to reference the row number that a maximum value appears
in. I don't want to reference the value but the actual row. Here is what I
am putting in but it is now correct
=row(max(column_array)

Where the column array would be; D4:D10
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Referencing a row with a maximum value array?

=MATCH(MAX(D4:D10),D4:D10,0)+3

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"pete" wrote in message
...
Does anyone know how to reference the row number that a maximum value
appears
in. I don't want to reference the value but the actual row. Here is what
I
am putting in but it is now correct
=row(max(column_array)

Where the column array would be; D4:D10



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
Maximum number of elements in array Juarez Excel Discussion (Misc queries) 1 December 9th 08 07:49 PM
Finding Maximum of Two Numbers in Array cardan Excel Programming 2 January 22nd 08 11:06 PM
Finding Location of Maximum Value in 2D Array [email protected] New Users to Excel 15 November 9th 06 05:23 AM
Finding Location of Maximum Value in 2D Array [email protected] Excel Worksheet Functions 15 November 9th 06 05:23 AM
Can you identify the maximum value in an array? Brad Patterson Excel Programming 5 July 11th 03 12:08 AM


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