LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Count almost empty rows

I am trying to come up with a macro to count the number of almost empty
rows between non empty rows, and I am at a complete loss on how to go
about doing this.

If the next row has anything in the first cell, the D? will be 1, but
if A? is empty for any of the rows below it, D? will be
1+numberOfEmptyCells, and then delete the rows with the empty A.

I am starting with this:
row/col A B C D E F
1 data data data count data data
2 data data data count data data
3 data
4 data
5 data data data count data data
6 data
7 data data data count data data
8 data data data count data data
9 data data data count data data

And I want to end up with:
row/col A B C D E F
1 data data data 1 data data
2 data data data 3 data data
3 data data data 2 data data
4 data data data 1 data data
5 data data data 1 data data
6 data data data 1 data data

Any help with this would be greatly appreciated.

Thanks
David Daugherty

 
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
Count filled data rows until empty Dallman Ross Excel Discussion (Misc queries) 7 May 9th 23 11:43 AM
Empty rows count Paul Excel Worksheet Functions 4 August 14th 08 08:36 PM
How do I sort with empty rows between none empty rows? Excel Challenged Excel Worksheet Functions 1 August 17th 06 03:59 PM
Pivot Tables: How do I show ALL field rows, including empty rows?? [email protected] Excel Worksheet Functions 2 April 8th 05 06:21 PM
Can Excel "slide up" rows with content thru empty rows to condense portly44 Excel Worksheet Functions 2 April 1st 05 12:47 AM


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