Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi-
I submitted this post without entering anything on the subject line. So I am re-entering this. I need to create a function that can be placed in a cell that will display the last number in another column. Below are some attempts, but no success. Thanks for your help! Andy Function LastValue(lastno As Variant) Dim sysexpcol As Range Set sysexpcol = Range(ad16, ad56) Set lastno = sysexpcol(Cells.Value.xlDown) End Function Function lastvalueincolumn(foundcell As Variant) With Worksheets("analysis").Range("ad:ad") Set foundcell = .Cells.Find.Value.xlDown End With End Function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
function to find last value in a column | Excel Programming | |||
trying to write function to find data in last row in 1 column | Excel Discussion (Misc queries) | |||
In a column of numbers I need a function to find the last entry | Excel Worksheet Functions | |||
Is there a function in VBA to find out if entire column is empty? | Excel Programming | |||
Function to Find Last Non-Null Entry in a Column | Excel Programming |