Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Phil
 
Posts: n/a
Default 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


  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

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




  #3   Report Post  
N Harkawat
 
Posts: n/a
Default

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






  #4   Report Post  
tjtjjtjt
 
Posts: n/a
Default

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



  #5   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

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




  #6   Report Post  
Phil
 
Posts: n/a
Default

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








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding Unique Values in Column Kirk P. Excel Discussion (Misc queries) 1 January 25th 05 02:01 PM
Move the last entry in a column to a different cell, when the loc. MicroSoft Excell (?) Excel Worksheet Functions 2 January 7th 05 09:29 PM
Finding intersection of row and column (both variable) in table RangerAl Excel Worksheet Functions 8 January 1st 05 01:28 AM
Finding the max of a column where values less than a specified number Mark Silka Excel Worksheet Functions 1 November 17th 04 03:14 PM
last data entry in column CHW Excel Worksheet Functions 1 November 4th 04 11:10 PM


All times are GMT +1. The time now is 06:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"