Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hello community
can community assist me on how to set this task in my worksheet :- scneario: i created a record of many rows in worksheet 1 and I wanted it to tell me whenever there is a last entry into the latest cell (row) in worksheet 1 and the entry will be shown in worksheet 2 in a specified located cell hope those who read can understand what I am saying thanks community -- oldLearner57 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You can do this with a simple user defined function Function GetLastValue(Col As Range) GetLastValue = Col.Parent.Cells(65536, Col.Column).End(xlUp).Value End Function -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=540216 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can you remove a redudant Excel link | Excel Worksheet Functions | |||
Linking then Sorting Objects of the Link - Is this feasible? | Excel Discussion (Misc queries) | |||
Variable Link to Workbooks | Excel Worksheet Functions | |||
How do link to a remote worksheet using the path value in a field? | Links and Linking in Excel | |||
How do link to a remote field but use the path from a stored field | Excel Discussion (Misc queries) |