Hi there,

I'm certain I'm going to explain this badly, but here goes.

I have a list on one sheet, and I want to use that as a base to create another list.

So I've got...

A1: Listitem1
A2: Listitem2
A3: Listitem3

and I'd like...

A1: Listitem1 Required
A2: Listitem1 Actual
A3: Listitem2 Required
A4: Listitem2 Actual
A5: Listitem3 Required
A6: Listitem3 Actual

and I'd like it to iterate through as long as there are items in the original list.

Can anyone out there a little bit smarter than me help?

Thanks