Howdy, I have a load of data in an excel table that populates a timeline chart. I have a lot of repeat tasks that currently sit on loads of lines. How can I get it so its sat on one? I cant quite work it out
Thanks
Thanks
Project.xlsx | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | |||
1 | PROJECT TIMELINE | ||||||||||||||||
2 | {42} | ||||||||||||||||
3 | |||||||||||||||||
4 | |||||||||||||||||
5 | |||||||||||||||||
6 | |||||||||||||||||
7 | |||||||||||||||||
8 | |||||||||||||||||
9 | |||||||||||||||||
10 | |||||||||||||||||
11 | |||||||||||||||||
12 | |||||||||||||||||
13 | |||||||||||||||||
14 | |||||||||||||||||
15 | |||||||||||||||||
16 | |||||||||||||||||
17 | |||||||||||||||||
18 | |||||||||||||||||
19 | |||||||||||||||||
20 | |||||||||||||||||
21 | |||||||||||||||||
22 | |||||||||||||||||
23 | |||||||||||||||||
24 | |||||||||||||||||
25 | |||||||||||||||||
26 | |||||||||||||||||
27 | |||||||||||||||||
28 | |||||||||||||||||
29 | |||||||||||||||||
30 | Project Start | 01/05/23 | columns used to create the chart | ||||||||||||||
31 | CATEGORY | TASK | START | END | COLOR | Start | Blue | Red | Green | Brown | Orange | Purple | |||||
33 | Key Dates | Holiday | 01/06/23 | 01/06/23 | Blue | 01/06/23 | 1 | 0 | 0 | 0 | 0 | 0 | |||||
34 | Holiday | 02/07/23 | 04/07/23 | Blue | 02/07/23 | 3 | 0 | 0 | 0 | 0 | 0 | ||||||
35 | Holiday | 12/07/23 | 13/07/23 | Blue | 12/07/23 | 2 | 0 | 0 | 0 | 0 | 0 | ||||||
36 | Holiday | 01/08/23 | 04/08/23 | Blue | 01/08/23 | 4 | 0 | 0 | 0 | 0 | 0 | ||||||
37 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
38 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
39 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
40 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
41 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
42 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
43 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
44 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
45 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
46 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
47 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
48 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
49 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
50 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
51 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
52 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
53 | 00/01/00 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||
54 | Insert new rows above this one | ||||||||||||||||
ProjectTimeline |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F33:F53 | F33 | =IF(ISBLANK(C33),0,C33) |
G33:L53 | G33 | =IF(ISBLANK($D33),0,IF($E33=G$31,$D33-$C33+1,0)) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
E32:E53 | List | =$G$31:$L$31 |