Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to know how to find out what the last cell entered was?
|
#2
![]() |
|||
|
|||
![]()
For the last entry...
=LOOKUP(2,1/(1-ISBLANK(A1:A100)),A1:A100) For the cell address of the last entry... =CELL("address",INDEX(A1:A100,LOOKUP(2,1/(1-ISBLANK(A1:A100)),ROW(A1:A100 )-ROW(A1)+1))) Hope this helps! In article , "kyjilly" wrote: I need to know how to find out what the last cell entered was? |
#3
![]() |
|||
|
|||
![]()
Your post is a bit ambiguous. By "last cell entered" do you mean:
a) the last cell in a list (e.g., column or row) b) the last cell selected c) the last cell in which a value was changed? d) something else? In article , "kyjilly" wrote: I need to know how to find out what the last cell entered was? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can excel give value in words of number entered in another cell? | Excel Worksheet Functions | |||
copying cell names | Excel Discussion (Misc queries) | |||
How to return a dollar value for a part number entered in a cell | Excel Worksheet Functions | |||
numbers being entered show in formula bar but not in cell? | Excel Discussion (Misc queries) | |||
Input Date when data is entered into another cell | Excel Worksheet Functions |