Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
curiousg
 
Posts: n/a
Default determine which cell a value is returned from

How to determine which cell a value is returned from. e.g.=MAX(D6:CC280)
returns 525 - How do I find the cell where it occurs?
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

one way
=CELL("address",INDEX(D6:CC280,MATCH(MAX(D6:CC280) ,D6:CC280,0)))

Cheers
JulieD

"curiousg" wrote in message
...
How to determine which cell a value is returned from. e.g.=MAX(D6:CC280)
returns 525 - How do I find the cell where it occurs?



  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

One way:

=ADDRESS(MAX(IF(MAX(D6:CC280)=D6:CC280,ROW(D6:CC28 0))),MAX
(IF(MAX(D6:CC280)=D6:CC280,COLUMN(D6:CC280))),4)

Array-entered, meaning press ctrl + shift + enter.

HTH
Jason
Atlanta, GA

-----Original Message-----
How to determine which cell a value is returned from.

e.g.=MAX(D6:CC280)
returns 525 - How do I find the cell where it occurs?
.

  #4   Report Post  
Garret
 
Posts: n/a
Default

Jason,
That works great! The "array-entered" hint is especially appreciated.

"Jason Morin" wrote:

One way:

=ADDRESS(MAX(IF(MAX(D6:CC280)=D6:CC280,ROW(D6:CC28 0))),MAX
(IF(MAX(D6:CC280)=D6:CC280,COLUMN(D6:CC280))),4)

Array-entered, meaning press ctrl + shift + enter.

HTH
Jason
Atlanta, GA

-----Original Message-----
How to determine which cell a value is returned from.

e.g.=MAX(D6:CC280)
returns 525 - How do I find the cell where it occurs?
.


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
Function to determine if any cell in a range is contained in a given cell [email protected] Excel Worksheet Functions 3 February 7th 05 04:19 PM
List ? - How do I make information in one cell determine list to u Brad_A Excel Worksheet Functions 1 January 18th 05 04:10 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM
Is there a function to determine whether a cell contains a formul. Christo Kriel Excel Worksheet Functions 1 November 20th 04 06:54 PM


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