AusSteelMan
Board Regular
- Joined
- Sep 4, 2009
- Messages
- 208
Hi everyone.
Hoping for some help in copying a few dynamic ranges into another sheet as one list.
For example, I have a sheet named ThemeValidationList which contains 5 dynamic ranges (named Theme1 to Theme5).
I would like to know if there is a method that would copy each of these ranges and paste them into a new "continuous" list (on the same or a different sheet is fine).
Since the lists are dynamic, can this new list update automatically (thinking a change worksheet VBA perhaps).
I have mocked up a visual of what I am thinking:
So I am after Column A being generated automatically from the items in Cols B to F - which are dynamic ranges.
I'll also add that duplicates in the output list are acceptable
Thanks for your consideration of this question and extra thanks for any help or suggestions you can provide.
Best Regards,
Darren
Hoping for some help in copying a few dynamic ranges into another sheet as one list.
For example, I have a sheet named ThemeValidationList which contains 5 dynamic ranges (named Theme1 to Theme5).
I would like to know if there is a method that would copy each of these ranges and paste them into a new "continuous" list (on the same or a different sheet is fine).
Since the lists are dynamic, can this new list update automatically (thinking a change worksheet VBA perhaps).
I have mocked up a visual of what I am thinking:
Excel Workbook | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Total List | Theme1 | Theme2 | Theme3 | Theme4 | Theme5 | ||
2 | apple | apple | cola | truck | dog | pen | ||
3 | banana | banana | lemonade | car | cat | pencil | ||
4 | orange | orange | * | bike | horse | highlighter | ||
5 | cola | * | * | plane | pig | rule | ||
6 | lemonade | * | * | * | goat | notepad | ||
7 | truck | * | * | * | * | battery | ||
8 | car | * | * | * | * | * | ||
9 | bike | * | * | * | * | * | ||
10 | plane | * | * | * | * | * | ||
11 | dog | * | * | * | * | * | ||
12 | cat | * | * | * | * | * | ||
13 | horse | * | * | * | * | * | ||
14 | pig | * | * | * | * | * | ||
15 | goat | * | * | * | * | * | ||
16 | pen | * | * | * | * | * | ||
17 | pencil | * | * | * | * | * | ||
18 | highlighter | * | * | * | * | * | ||
19 | rule | * | * | * | * | * | ||
20 | notepad | * | * | * | * | * | ||
21 | battery | * | * | * | * | * | ||
Sheet2 |
So I am after Column A being generated automatically from the items in Cols B to F - which are dynamic ranges.
I'll also add that duplicates in the output list are acceptable
Thanks for your consideration of this question and extra thanks for any help or suggestions you can provide.
Best Regards,
Darren
Last edited: