ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Finding last entry in column (https://www.excelbanter.com/excel-worksheet-functions/8967-finding-last-entry-column.html)

Phil

Finding last entry in column
 
I have a list of numbers in column J. How do i show the last entry for
column J in cell H1 ? Further numbers will be added to Column J at later
dates and i always want the bottom entry showing in H1.

Thanks



N Harkawat

if all the entries that are entered on column J have no blanks and entered
one below the other for the last entry on cell H1 type
==OFFSET(A1,COUNTA(J:J)-1,0)

"Phil" wrote in message
...
I have a list of numbers in column J. How do i show the last entry for
column J in cell H1 ? Further numbers will be added to Column J at later
dates and i always want the bottom entry showing in H1.

Thanks





N Harkawat

Sorry instead of A1 in the formula change it to J1
=OFFSET(J1,COUNTA(J:J)-1,0)

"N Harkawat" wrote in message
...
if all the entries that are entered on column J have no blanks and entered
one below the other for the last entry on cell H1 type
==OFFSET(A1,COUNTA(J:J)-1,0)

"Phil" wrote in message
...
I have a list of numbers in column J. How do i show the last entry for
column J in cell H1 ? Further numbers will be added to Column J at later
dates and i always want the bottom entry showing in H1.

Thanks







tjtjjtjt

If your list of numbers starts in J1 and contains no blanks, put this in H1:
=OFFSET($J$1,COUNTA(J:J)-1,0,1,1)

tj

"Phil" wrote:

I have a list of numbers in column J. How do i show the last entry for
column J in cell H1 ? Further numbers will be added to Column J at later
dates and i always want the bottom entry showing in H1.

Thanks




Aladin Akyurek

In H1 enter:

=LOOKUP(9.99999999999999E+307,J:J)

Phil wrote:
I have a list of numbers in column J. How do i show the last entry for
column J in cell H1 ? Further numbers will be added to Column J at later
dates and i always want the bottom entry showing in H1.

Thanks



Phil

Perfect , thanks

"N Harkawat" wrote in message
...
Sorry instead of A1 in the formula change it to J1
=OFFSET(J1,COUNTA(J:J)-1,0)

"N Harkawat" wrote in message
...
if all the entries that are entered on column J have no blanks and

entered
one below the other for the last entry on cell H1 type
==OFFSET(A1,COUNTA(J:J)-1,0)

"Phil" wrote in message
...
I have a list of numbers in column J. How do i show the last entry for
column J in cell H1 ? Further numbers will be added to Column J at

later
dates and i always want the bottom entry showing in H1.

Thanks










All times are GMT +1. The time now is 07:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com