Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this UDF
Function maxb(r As Range) Dim s As Range b = Application.WorksheetFunction.Max(r) For Each s In r If s.Value = b Then maxb = s.Address Exit For End If Next s End Function On Oct 23, 1:35*pm, Are wrote: How to know address cell if there are max value exm : * * * *A * * B * * C * * 1 * *10 * 11 * 15 2 * *12 * 16 * 15 3 * *13 * 15 * 15 result B2 thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),QuoteNotes, | Excel Worksheet Functions | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),Range ... ? | Excel Worksheet Functions | |||
Return cell address of a cell based on contents of cell. | Excel Worksheet Functions | |||
How to create table of cell names with the name's cell address | Excel Discussion (Misc queries) | |||
How make hyperlink refer to cell content rather than cell address. | Excel Discussion (Misc queries) |