Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have a sheet where I enter in numeric values around a range of cells (B1:D3). I want to be able to acquire the cell address of the max value. For example: Max Value Cell Address Test A 90 100 180 180 D1 Test B 50 110 101 110 C2 Test C 75 35 14 75 B3 I need a formula to acquire the cell address. I have been trying to use the address function in this scenario with no luck. -- Session101 ------------------------------------------------------------------------ Session101's Profile: http://www.excelforum.com/member.php...o&userid=14054 View this thread: http://www.excelforum.com/showthread...hreadid=532415 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way
=CELL("address",INDEX(B1:D1,MATCH(MAX(B1:D1),B1:D1 ,0))) -- Regards, Peo Sjoblom http://nwexcelsolutions.com "Session101" wrote in message ... I have a sheet where I enter in numeric values around a range of cells (B1:D3). I want to be able to acquire the cell address of the max value. For example: Max Value Cell Address Test A 90 100 180 180 D1 Test B 50 110 101 110 C2 Test C 75 35 14 75 B3 I need a formula to acquire the cell address. I have been trying to use the address function in this scenario with no luck. -- Session101 ------------------------------------------------------------------------ Session101's Profile: http://www.excelforum.com/member.php...o&userid=14054 View this thread: http://www.excelforum.com/showthread...hreadid=532415 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert Cell Contents in middle of web address | Excel Discussion (Misc queries) | |||
Cell Address Matching | Excel Worksheet Functions | |||
Replace a spreadsheets named cells/ranges with exact cell address. | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
How do I find the contents of a cell using the "ADDRESS" function. | Excel Worksheet Functions |