Hi there,
Just curious of the best way to fill the data into the appropriate cells. I cannot think of the best formula to write to carry this info into the new format needed. Thanks in advance!
Here is a sample of a small portion of my data list:
Here is the format I am looking for:
Just curious of the best way to fill the data into the appropriate cells. I cannot think of the best formula to write to carry this info into the new format needed. Thanks in advance!
Here is a sample of a small portion of my data list:
Cell Formulas | ||
---|---|---|
Range | Formula | |
I2:I17 | I2 | =TEXTJOIN(" #",TRUE,B2,A2) |
J2:J17 | J2 | =TEXTJOIN(", ",TRUE,C2,D2,E2,F2) |
Here is the format I am looking for:
Working Job List.xlsx | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | JOB NAME: | TIME: | |||||||||||||
2 | LOCATION: | ||||||||||||||
3 | JOB NAME: | TIME: | |||||||||||||
4 | LOCATION: | ||||||||||||||
5 | JOB NAME: | TIME: | |||||||||||||
6 | LOCATION: | ||||||||||||||
7 | JOB NAME: | TIME: | |||||||||||||
8 | LOCATION: | ||||||||||||||
9 | JOB NAME: | TIME: | |||||||||||||
10 | LOCATION: | ||||||||||||||
11 | JOB NAME: | TIME: | |||||||||||||
12 | LOCATION: | ||||||||||||||
13 | JOB NAME: | TIME: | |||||||||||||
14 | LOCATION: | ||||||||||||||
15 | JOB NAME: | TIME: | |||||||||||||
16 | LOCATION: | ||||||||||||||
17 | JOB NAME: | TIME: | |||||||||||||
18 | LOCATION: | ||||||||||||||
19 | JOB NAME: | TIME: | |||||||||||||
20 | LOCATION: | ||||||||||||||
Sheet1 |