|
-
Nov 18th, 2022, 04:07 PM
#1
Excel: Create ranges for date and blank cells
In column 'A' I have data that looks like this starting in row 3. The number of dates and blanks between the dates are variable. I'd like to do it without stepping through every row.
Date
Blank
Blank
Blank
Date
Blank
Blank
Blank
Blank
In a loop starting in row 3 I'd like to set a range with an address of A3:A6, and then set a second range with an address of A7:A50. The 50 is a hard-coded value to prevent the range from being A7:A1048576.
Thanks in advance for the help.
Last edited by MartinLiss; Nov 18th, 2022 at 04:11 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|