Elliottj2121
Board Regular
- Joined
- Apr 15, 2021
- Messages
- 56
- Office Version
- 365
- 2019
- Platform
- Windows
Hello I am not sure how to group the request IDs by the customer name on the same row. In the example below Alpha has two unique Request IDs. I am looking to group them by customer name, then A/C number, and each request ID into columns on the same row. See second example. Some A/C numbers have leading zeros some dont. I am trying to maintain that integrity also. Thank you!!!
How the data currently is:
What I am looking for:
How the data currently is:
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | CUSTOMER | A/C NUM | REQUEST ID | ||
2 | Alpha | 4011 | 15A | ||
3 | Alpha | 4011 | 15B | ||
4 | Beta | 5225 | 888A | ||
5 | Beta | 5225 | 888B | ||
6 | Beta | 5225 | 888D | ||
7 | Beta | 5225 | A77787 | ||
8 | Delta | 4033 | YT8888 | ||
9 | Delta | 4033 | TY58 | ||
10 | Gamma | 9554 | 9999AQ | ||
11 | Gamma | 9554 | 8675309A | ||
12 | Gamma | 9554 | 3.1415PI | ||
Sheet1 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B1 | Cell Value | duplicates | text | NO |
A1 | Cell Value | duplicates | text | NO |
What I am looking for:
Book1 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
15 | CUSTOMER | A/C NUM | REQUEST ID 1 | REQUEST ID 2 | REQUEST ID 3 | REQUEST ID 4 | ||
16 | Alpha | 4011 | 15A | 15B | ||||
17 | Beta | 5225 | 888A | 888B | 888D | A77787 | ||
18 | Delta | 4033 | YT8888 | TY58 | ||||
19 | Gamma | 9554 | 9999AQ | 8675309A | 3.1415PI | |||
Sheet1 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B15 | Cell Value | duplicates | text | NO |
A15 | Cell Value | duplicates | text | NO |