Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Locate max value cell

There is probably a simple way to do this, but I can't
find it. I need to locate the cell with the highest
value in a range, to dymanically build another named
range, based on that loaction. I need a function to
return the cell address so I can parse it and use it as
the reference in the offset function within my dynamic
named range.

thanx

kpd
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Locate max value cell

=offset(A1,Match(max(A:A),A:A,0)-1,0,1,1)

If using offset, no reason to parse anything.

--
Regards,
Tom Ogilvy

"Kevin" wrote in message
...
There is probably a simple way to do this, but I can't
find it. I need to locate the cell with the highest
value in a range, to dymanically build another named
range, based on that loaction. I need a function to
return the cell address so I can parse it and use it as
the reference in the offset function within my dynamic
named range.

thanx

kpd



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
Locate last cell in column Sloth Excel Discussion (Misc queries) 8 January 24th 08 05:36 PM
Formula to locate a cell jhyatt Excel Discussion (Misc queries) 2 October 9th 07 09:06 PM
How to locate the first digit in a cell, explained [email protected] Excel Worksheet Functions 7 May 10th 07 09:38 PM
Locate a cell, based on a criteria, then use the 'Cell' command... cdavidson Excel Discussion (Misc queries) 1 November 17th 05 06:30 PM
how do I locate a cell that provides data to a formula ? chrisatminara Excel Worksheet Functions 0 January 7th 05 02:53 AM


All times are GMT +1. The time now is 02:43 AM.

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"