Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi people,
Condition : cell(AXX) = Max(A1:AXX-1) a1 = 100 a2 = 300 a3 = 50 ..... Problem : Could I by any chance get the address of the cell tha content is Max, for instance a2? Thank in advance, Irina -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Irina
=CELL("address",OFFSET(A1,MATCH(MAX(A1:A3),A1:A3,F ALSE)-1,0)) -- Dick Kusleika MVP - Excel Excel Blog - Daily Dose of Excel www.dicks-blog.com "Irina " wrote in message ... Hi people, Condition : cell(AXX) = Max(A1:AXX-1) a1 = 100 a2 = 300 a3 = 50 .... Problem : Could I by any chance get the address of the cell that content is Max, for instance a2? Thank in advance, Irina. --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Irina,
The address of the Maximum value in A is =ADDRESS(MATCH(MAX(A:A),A:A,FALSE),COLUMN(A:A)) unless the formula is in column A, then you need to use =ADDRESS(MATCH(MAX(A1:A100),A1:A100,FALSE),COLUMN( A:A)) HTH, Bernie MS Excel MVP "Irina " wrote in message ... Hi people, Condition : cell(AXX) = Max(A1:AXX-1) a1 = 100 a2 = 300 a3 = 50 .... Problem : Could I by any chance get the address of the cell that content is Max, for instance a2? Thank in advance, Irina. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filename in Excel Cell Address | Excel Discussion (Misc queries) | |||
Excel cell address from cell contents | New Users to Excel | |||
How do I avoid excel change absolute address to relative address | Excel Discussion (Misc queries) | |||
Excel: ADDRESS cannot be used in CELL. How stupid is this? | Excel Worksheet Functions | |||
LINKING Address cells from an EXCEL spreadsheet to fill MapQuest Address Info | Excel Programming |