Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In VBA? Assuming this is a 2-dim range rather than a single column or single
row, Set Rng1 = Range("A1:K22") x = Application.Min(Rng1) Set Rng2 = Rng1.Find(What:=x, After:=Rng1.Cells(Rng1.Cells.Count)) MsgBox Rng2.Address On Sat, 06 Nov 2004 22:49:31 GMT, "Neil" wrote: Hi! How do I find the address of the cell that contains the minimum value in a range. Thanks in advance, Neil |
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 | |||
find last cell in range with data, display cell address | Excel Worksheet Functions | |||
How make hyperlink refer to cell content rather than cell address. | Excel Discussion (Misc queries) |