Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
ingalla
 
Posts: n/a
Default Go to last cell in column

Can any one tell me how to use a function to find the last cell in a column
with a value in it?

Thanks in advance

Andy
  #2   Report Post  
Posted to microsoft.public.excel.misc
RaymundCG
 
Posts: n/a
Default Go to last cell in column

Hi Ingalla!

Supposing your data is in column A, you may try to use the ff formula (e.g.
to be entered in cell B1)

=INDEX(A:A,COUNTA(A:A),1)

Please note that this formula does not work if the data in the column is
non-contiguous (has empty cells in between).

Hope this helps
--
Thanks and kind regards


"ingalla" wrote:

Can any one tell me how to use a function to find the last cell in a column
with a value in it?

Thanks in advance

Andy

  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Go to last cell in column

And, if you want the ADDRESS of that cell rather than the value therein, use
this....

=CELL("ADDRESS",INDEX(A:A,COUNTA(A:A),1))

Vaya con Dios,
Chuck, CABGx3





"RaymundCG" wrote:

Hi Ingalla!

Supposing your data is in column A, you may try to use the ff formula (e.g.
to be entered in cell B1)

=INDEX(A:A,COUNTA(A:A),1)

Please note that this formula does not work if the data in the column is
non-contiguous (has empty cells in between).

Hope this helps
--
Thanks and kind regards


"ingalla" wrote:

Can any one tell me how to use a function to find the last cell in a column
with a value in it?

Thanks in advance

Andy

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
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
run a macro in a locked cell Ray Excel Discussion (Misc queries) 8 January 10th 06 12:02 AM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM


All times are GMT +1. The time now is 02:00 AM.

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

About Us

"It's about Microsoft Excel"