Yes it can be done. I whipped this up very quickly.
View attachment 78786
You need to add a new table with some logic to look at your Daily numbers vs Goal.
This is the logic I used for Daily Under Cells =IF(B3>=B2,0,B3)
This is the logic I used for Daily Over Cells =IF(B3>=B2,B3)
| a | b | c | d | e | f |
1 | | 31 | 1 | 2 | 3 | 4... |
2 | Goal | 12307 | 12307 | 12307 | 12307 | 12307 |
3 | Daily | 10500 | 9973 | 10275 | | |
4 | MTD | 10500 | 10237 | | | |
5 | | 31 | 1 | 2 | 3 | 4 |
6 | Daily Under Logic | Formula goes here | | | | |
7 | Daily Over Logic | Formula goes here | | | | |
8 | Goal | | | | | |
9 | MTD | | | | | |
Select the Table -> Insert -> Stacked Column
Then right click on one of the columns in the the graph and select "Change Series Chart Type", see below
Change Goal & MTD to Chart Type = Line, see below
Change colors as desired
View attachment 78787
View attachment 78788