Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
alx613
 
Posts: n/a
Default How do I find the last row containing data in a spreadsheet

I have a spreadsheet which can contain between 1500 and 3000 rows of data and
I want to be able to find the first blank row.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default How do I find the last row containing data in a spreadsheet

See if one of these works for you:

Note: Commit these array formulas by holding down [Ctrl] and [Shift] when
you press [Enter]

1. The address of the first empty cell in Col_A:
=CELL("address",INDEX(A1:A65535,MATCH(TRUE,ISBLANK (A1:A65535),0)))

2. A reference to the first empty cell in Col_A:
=INDEX(A1:A65535,MATCH(TRUE,ISBLANK(A1:A65535),0))

3. The row number of the first empty cell in Col_A:
=MATCH(TRUE,ISBLANK(A1:A65535),0)

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"alx613" wrote:

I have a spreadsheet which can contain between 1500 and 3000 rows of data and
I want to be able to find the first blank row.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
Duke Carey
 
Posts: n/a
Default How do I find the last row containing data in a spreadsheet

What do you mean by 'find'? Do you mean use the row # in a formula, or
identify within a macro so you can place data there, or quickly navigate
there, or something else entirely?

"alx613" wrote:

I have a spreadsheet which can contain between 1500 and 3000 rows of data and
I want to be able to find the first blank row.

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
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Finding repeated data in a excel spreadsheet excel novice! Excel Discussion (Misc queries) 1 September 1st 05 11:48 AM
UserForm Data to Spreadsheet Andy Tallent Excel Discussion (Misc queries) 2 June 22nd 05 04:51 PM
Entering data on template and then data going to a spreadsheet. KJH Excel Discussion (Misc queries) 3 December 24th 04 01:04 AM
Another question on how to find duplicate data Eroc Excel Worksheet Functions 2 December 14th 04 05:03 AM


All times are GMT +1. The time now is 02:31 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"