Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm glad you posted that back to me. As it turns out, I have both versions
of that formula in my "library" for some reason. I know in the past I used the version you posted; but for some reason I grabbed the other one this time. I have now updated my "library" so that only the one version of the formula now exists in it. Thanks. -- Rick (MVP - Excel) "Mike H" wrote in message ... Rick, I've posted that a dozen time for something like =LOOKUP(2,1/(A1:A65535="This"),B1:B65535) But never considered it for finding the last value in the same column Nice one. But it can be made even shorter =LOOKUP(2,1/(A1:A65535<""),A:A) Mike "Rick Rothstein" wrote: =INDIRECT("A"&SUMPRODUCT(MAX((ROW(A1:A1000))*(A1:A 1000<"")))) A little bit shorter... =LOOKUP(2,1/(A1:A65535<""),A1:A65535) -- Rick (MVP - Excel) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Last populated cell in a column | Excel Discussion (Misc queries) | |||
How do I merge date from two populated columns into one column? | Setting up and Configuration of Excel | |||
First populated cell in row array/ Last populated cell in row arra | Excel Worksheet Functions | |||
Referencing last populated cell in a column | Excel Worksheet Functions | |||
Macro Help: Concatenate Populated Cells in Column A | Excel Discussion (Misc queries) |