Stephen_IV
Well-known Member
- Joined
- Mar 17, 2003
- Messages
- 1,180
- Office Version
- 365
- 2019
- Platform
- Windows
I have attendace that comes out of our system in different date ranges like below (This is why there is multiple lines of data). I am trying to consolidate it like the last table in the post. This is just a small example I have over 100,000 rows of data. Could someone please help me with. Thank you in advance Stephen!
Into this,
Book2 | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
1 | ID | 8/25 | 8/26 | 8/27 | 8/30 | 8/31 | 9/1 | 9/2 | 9/3 | 9/7 | 9/8 | 9/10 | 9/13 | 9/14 | 9/15 | 9/16 | 9/17 | ||
2 | 102 | A | |||||||||||||||||
3 | 102 | A | |||||||||||||||||
4 | 102 | ||||||||||||||||||
5 | 102 | ||||||||||||||||||
6 | 102 | ||||||||||||||||||
7 | 102 | ||||||||||||||||||
8 | 102 | ||||||||||||||||||
9 | 102 | ||||||||||||||||||
10 | 103 | A | |||||||||||||||||
11 | 103 | ||||||||||||||||||
12 | 103 | ||||||||||||||||||
13 | 103 | A | |||||||||||||||||
14 | 103 | ||||||||||||||||||
15 | 103 | ||||||||||||||||||
16 | 103 | ||||||||||||||||||
17 | 103 | ||||||||||||||||||
18 | 103 | A | A | ||||||||||||||||
19 | 103 | ||||||||||||||||||
20 | 103 | ||||||||||||||||||
Sheet1 |
Into this,
Book2 | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
1 | Employee ID | 8/25 | 8/26 | 8/27 | 8/30 | 8/31 | 9/1 | 9/2 | 9/3 | 9/7 | 9/8 | 9/10 | 9/13 | 9/14 | 9/15 | 9/16 | 9/17 | ||
2 | 102 | A | A | ||||||||||||||||
3 | 103 | A | A | A | A | ||||||||||||||
Sheet2 |