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

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
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,215,045
Messages
6,122,836
Members
449,096
Latest member
Erald

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