I'm trying to test a predictive model. The x-axis is the date, the outcome is the primary y-axis, and the indicator variable is the secondary y-axis.
I also have a 4th column on my excel sheet, which is a boolean flag for when the indicator variable "hits". So, for example, when the indicator variable rises 30 degrees in a 90 day span, the column equals "HIT", otherwise it's blank.
I'd like those "HIT" days to show up on my line chart automatically, ideally in the form of a vertical line, but anything that's clearly readable would do.
I also have a 4th column on my excel sheet, which is a boolean flag for when the indicator variable "hits". So, for example, when the indicator variable rises 30 degrees in a 90 day span, the column equals "HIT", otherwise it's blank.
I'd like those "HIT" days to show up on my line chart automatically, ideally in the form of a vertical line, but anything that's clearly readable would do.