PC Review


Reply
Thread Tools Rate Thread

cell reference

 
 
lees news
Guest
Posts: n/a
 
      10th Aug 2006
I have a list of numbers in column A. I wish at the bottom to return the
maximum value in column A using =max(a1:a100) but i also want the cell
reference of this value. how can i do this.

thanks


 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      10th Aug 2006
Use the MATCH function - it will give you the relative position of the
maximum value in your range, and as this begins at A1 then this is the
same as the row. If you have two maximum values, however, it will only
report the first occurrence.

Hope this helps.

Pete

lees news wrote:
> I have a list of numbers in column A. I wish at the bottom to return the
> maximum value in column A using =max(a1:a100) but i also want the cell
> reference of this value. how can i do this.
>
> thanks


 
Reply With Quote
 
Mark
Guest
Posts: n/a
 
      10th Aug 2006

Pete_UK wrote:
> Use the MATCH function - it will give you the relative position of the
> maximum value in your range, and as this begins at A1 then this is the
> same as the row. If you have two maximum values, however, it will only
> report the first occurrence.
>
> Hope this helps.
>
> Pete
>
> lees news wrote:
> > I have a list of numbers in column A. I wish at the bottom to return the
> > maximum value in column A using =max(a1:a100) but i also want the cell
> > reference of this value. how can i do this.
> >
> > thanks


Try this:
="A"&MATCH(MAX(A1:A100),A1:A100)
This will place the cell reference to the largest number in your list
in the cell that contains this formula.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
When I reference a cell in a separate list, I am unable to sort thatlist and keep the reference. Any suggested solutions? Mike C Microsoft Excel Discussion 2 15th Feb 2008 03:32 PM
absolute cell reference A spreadsheet cell reference that does no =?Utf-8?B?aGVscA==?= Microsoft Excel Misc 1 18th Jan 2006 07:56 PM
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. twister212atop@yahoo.com Microsoft Excel Worksheet Functions 2 11th Dec 2004 01:05 AM
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable twister212atop@yahoo.com Microsoft Excel Worksheet Functions 2 11th Dec 2004 01:00 AM
Convert text string in format of cell reference to a cell reference =?Utf-8?B?RnJhbms=?= Microsoft Excel Misc 1 16th Dec 2003 09:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:38 AM.