I have a workbook that I need to select rows that have cells numbered in one worksheet, import them into another worksheet, sort them based on a value in one column,
The first worksheet can be 150 rows long and would look like the table below (with data in columns C through O too)
I need it to import into a second worksheet with the results to look like this (with the C through O data too)
And then create a spreadsheet of the result, open outlook, attach the new sheet, and allow the input of the addressees.
I've tried for a while but this has me befuddled.
The first worksheet can be 150 rows long and would look like the table below (with data in columns C through O too)
A | Role | C | D | E | F | G | H | I | J | K | L | M | N | O |
1 | AM | |||||||||||||
A | ||||||||||||||
3 | TL1 | |||||||||||||
A | ||||||||||||||
5 | A | |||||||||||||
4 | D | |||||||||||||
D | ||||||||||||||
2 | D | |||||||||||||
D | ||||||||||||||
A | ||||||||||||||
7 | TL2 | |||||||||||||
A | ||||||||||||||
8 | D | |||||||||||||
A | ||||||||||||||
6 | D |
I need it to import into a second worksheet with the results to look like this (with the C through O data too)
A | Role | C | D | E | F | G | H | I | J | K | L | M | N | O |
1 | AM | |||||||||||||
2 | D | |||||||||||||
3 | TL1 | |||||||||||||
4 | D | |||||||||||||
5 | A | |||||||||||||
6 | D | |||||||||||||
7 | TL2 | |||||||||||||
8 | D |
And then create a spreadsheet of the result, open outlook, attach the new sheet, and allow the input of the addressees.
I've tried for a while but this has me befuddled.