Cheers for the suggestion as always Colin, you are fantastic.
However, this workbook won't be quite that straight forward. My fault for making my example too simple, but I wouldn't necessarily want B2 = B2 on both sheets.
I wish this was easier to explain. lol.
Ok, lets go with this... hopefully this makes sense, as it's a little bit closer to what the reality is.

Sheet1:
Code:
A1 = Mr
B1 = John
C1 = Smith
D1 = companyX
E1 = CEO
F1 = Vegetarian Only
G1 = Spain
So... Sheet1 has a large list of names/info.
Sheet2 will be used to spread everyone out (in this case, to split people up into sub groups {i.e. 1 from each country}) into different group. The groups will be made up manually, but ideally not having to rewrite all the information.
So, I'm hoping to have Sheet2 accomplish something like:
Code:
A1 = ***
A2 = ***
...
A75 = Sheet1!A1
which will then populate B75 with Sheet!B1, C75 with something like Sheet1!H1, etc.
The format will be static, so once made will be fine. But then if needed, could just change it so that:
which would then repopulate again.
Your indexing idea looks like it would work... but I'm not sure how to write it so that it will allow me to pick and choose different cells. Does that make sense?
**edit**
Indexing is working great. I can just insert columns and hide them as needed.
So... thanks again!
**edit #2 **
Sorted out the columns required. All good now.
