Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am looking for a way to create a formula that will access the last cell
with data in a column or row. I a have a spreadsheet and the information where the last data is changes as i update or copy in new data. I want a formula that will always give me the results of the last cell in a column that contains a value. Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The below will work for Col A. Adjust to suit
=LOOKUP(2,1/(Sheet1!A1:A65535<""),Sheet1!A1:A65535) If this post helps click Yes --------------- Jacob Skaria "John S" wrote: I am looking for a way to create a formula that will access the last cell with data in a column or row. I a have a spreadsheet and the information where the last data is changes as i update or copy in new data. I want a formula that will always give me the results of the last cell in a column that contains a value. Thanks for your help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
last value in row 1 =LOOKUP(2,1/(1:1<""),1:1) Last value in column A =LOOKUP(2,1/(A:A<""),A:A) Mike "John S" wrote: I am looking for a way to create a formula that will access the last cell with data in a column or row. I a have a spreadsheet and the information where the last data is changes as i update or copy in new data. I want a formula that will always give me the results of the last cell in a column that contains a value. Thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to lookup data in cell NEXT to another cell | Excel Worksheet Functions | |||
want to make a formula for a data entry in the same cell in excel | Excel Discussion (Misc queries) | |||
Excel formula timestamp for a data entry of a referenced cell | Excel Worksheet Functions | |||
How do you write an excel formula to sum data in every second cell | Excel Worksheet Functions | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel |