Am I able to automatically line up data

tweacle

Rules violation
Joined
Nov 8, 2005
Messages
382
What im trying to do is line up data.
I have the same heading at the start of every set of data which would be first of all in cells a1-e2 and g1-k2

What im trying to do is when the data thats shown in cells a1-e2 and g1-k2 re appear on next set of data I want them to line up together and start on the same row. The thing is that some of the data in columns a-e or g-k may be longer than the other column.


I was given some advise but dont know how it works or what to do with it

If Cells(Rows.Count,1).End(xlUp).Row >= Cells(Rows.Count,15).End(xlUp).Row Then
NextRow = Cells(Rows.Count,1).End(xlUp).Row + 1
Else
NextRow = Cells(Rows.Count,15).End(xlUp).Row + 1
End If
I think the person told me that this works if theres no data underneath so something but these headings will go all the way down the workbook.

Can anyone help.

Thanks
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi

I don't find any relation between your problem and the code posted.
Can you show us your data with before/after?
 
Upvote 0

Forum statistics

Threads
1,214,375
Messages
6,119,170
Members
448,870
Latest member
max_pedreira

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top