ThrottleWorks
Excel Ninja
Hi,
I have a data set of 15 columns and 4000 rows (approx.).
First column is for dates. Dates in this column (Column A) are sorted to oldest to newest.
I want to insert a blank row if value in column A gets changed.
For example, in original dataset values are as mentioned below.
Range(“A1:O1”) are headers.
Range(“A2:A5”) value = 01-03-2016
Range (“A6:A10”) value= 02-03-2016
Range (“A11:A20”) value= 03-03-2016 and so on
I want to insert a blank row after A5, A10 and A20
Can anyone please help me in this.
Apologies for not uploading sample file, please let me know if you need sample file, I will try to upload it.
I have a data set of 15 columns and 4000 rows (approx.).
First column is for dates. Dates in this column (Column A) are sorted to oldest to newest.
I want to insert a blank row if value in column A gets changed.
For example, in original dataset values are as mentioned below.
Range(“A1:O1”) are headers.
Range(“A2:A5”) value = 01-03-2016
Range (“A6:A10”) value= 02-03-2016
Range (“A11:A20”) value= 03-03-2016 and so on
I want to insert a blank row after A5, A10 and A20
Can anyone please help me in this.
Apologies for not uploading sample file, please let me know if you need sample file, I will try to upload it.