Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Currently I am using the following Macro to find the last/bottom value of a
column: Sheets("Daily").Activate n = Cells(Rows.Count, "l").End(xlUp).Row Cells(n, "l").Copy Sheets("Data").Range("D8") I was wondering if it is possibe to use a function instead if a macro to find the last vlaue in a column? Thnaiks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding max and min in column | Excel Worksheet Functions | |||
Finding the same value in another column | Excel Worksheet Functions | |||
Finding a number in a column out of an array in another column | Excel Discussion (Misc queries) | |||
Finding Info from Column A and Removing it from Column B | Excel Discussion (Misc queries) | |||
Finding the closest number in column A and take the value in column B | Excel Worksheet Functions |