Hi Guys,
First of all, apologies if this question has already been answered, I've tried searching but haven't been able to find anything to help so far.
I want to be able to insert a blank row between sets of data, ie:
A1: Customer Name B1: Invoice Date C1: Invoice Amount
A2: ABC B2: 1/9/2011 C2: $10.00
A3: ABC B3: 5/9/2011 C3: $15.00
A4: DEF B4: 3/9/2011 C4: $20.00
A5: GHI B5: 7/9/2011 C5: $10.00
Insert blank row between customer ABC and customer DEF then another between DEF and GHI.
continuing down through more customers until there are no more rows with data
Result:
A1: Customer Name B1: Invoice Date C1: Invoice Amount
A2: ABC B2: 1/9/2011 C2: $10.00
A3: ABC B3: 5/9/2011 C3: $15.00
A4: blank B4: blank C4: blank
A5: DEF B5: 3/9/2011 C5: $20.00
A6: blank B6: blank C6: blank
A7: GHI B7: 7/9/2011 C7: $10.00
Thanks in advance,
Al
First of all, apologies if this question has already been answered, I've tried searching but haven't been able to find anything to help so far.
I want to be able to insert a blank row between sets of data, ie:
A1: Customer Name B1: Invoice Date C1: Invoice Amount
A2: ABC B2: 1/9/2011 C2: $10.00
A3: ABC B3: 5/9/2011 C3: $15.00
A4: DEF B4: 3/9/2011 C4: $20.00
A5: GHI B5: 7/9/2011 C5: $10.00
Insert blank row between customer ABC and customer DEF then another between DEF and GHI.
continuing down through more customers until there are no more rows with data
Result:
A1: Customer Name B1: Invoice Date C1: Invoice Amount
A2: ABC B2: 1/9/2011 C2: $10.00
A3: ABC B3: 5/9/2011 C3: $15.00
A4: blank B4: blank C4: blank
A5: DEF B5: 3/9/2011 C5: $20.00
A6: blank B6: blank C6: blank
A7: GHI B7: 7/9/2011 C7: $10.00
Thanks in advance,
Al