Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
#5
![]() |
|||
|
|||
![]()
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 |
#6
![]() |
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding Unique Values in Column | Excel Discussion (Misc queries) | |||
Move the last entry in a column to a different cell, when the loc. | Excel Worksheet Functions | |||
Finding intersection of row and column (both variable) in table | Excel Worksheet Functions | |||
Finding the max of a column where values less than a specified number | Excel Worksheet Functions | |||
last data entry in column | Excel Worksheet Functions |