Hi everyone,
I have 4 groups of numbers fo varying quantities, up to 30 possible in each group. I would like to be able to have each group of numbers combined into separate lists as depicted in the attached example. eliminating duplicates and numbers above 60.
Combine the numbers in Group 1, D7:M9 into list in Column N. Same for Group 2 D11:m13, put into list in column O. Group 3 in column P and Group 4 in Column Q. No duplicate numbers in any list. No double zeros, and no numbers above 60. Then combine columns N, O, P, Q into one main list in Column R. I know this is an extra step, when it's possible to go from the group lists to the main list. I would like however to have each group list broken out first, then from there go to the main list. No duplicate numbers and no numbers above 60. If possible remove leading zeros on single digit numbers.
The numbers in each group are always changing. So I was thinking of having a button to click to update the number lists when the group numbers change.
I am trying to learn VBA.. if someone does help me with this, could you break down how it works?
Thank you,
Dave
I have 4 groups of numbers fo varying quantities, up to 30 possible in each group. I would like to be able to have each group of numbers combined into separate lists as depicted in the attached example. eliminating duplicates and numbers above 60.
Combine the numbers in Group 1, D7:M9 into list in Column N. Same for Group 2 D11:m13, put into list in column O. Group 3 in column P and Group 4 in Column Q. No duplicate numbers in any list. No double zeros, and no numbers above 60. Then combine columns N, O, P, Q into one main list in Column R. I know this is an extra step, when it's possible to go from the group lists to the main list. I would like however to have each group list broken out first, then from there go to the main list. No duplicate numbers and no numbers above 60. If possible remove leading zeros on single digit numbers.
The numbers in each group are always changing. So I was thinking of having a button to click to update the number lists when the group numbers change.
I am trying to learn VBA.. if someone does help me with this, could you break down how it works?
Thank you,
Dave