J
jsgibbs
I have the following sample of a data set. The actual data is about 90
rows long.
Difference between send date and open date, and Open time
0 8:15am
0 9:37am
0 1:30pm
1 10:30am
1 4:30pm
2 7:35am
3 8:45am
3 9:46pm
4 5:45am
When I do an XY Scatter, the Y-axis scale is 12am - 12pm for each da
(i.e. 0,1,2...) So in this example there would be five sets of 12am
12pm, one for 0, one for 1, etc. How do I make the graph so that th
Y-Axis is simply one set of 12am - 12pm and not 12am - 12pm for each da
, and the X-Axis is the difference between send date and open date (i.e
0,1,2...)? In other words, I would like to see, on Day 0 the email wa
open at these times (data point for each), on Day 1 the email was ope
at these times...etc.
Thanks so much
rows long.
Difference between send date and open date, and Open time
0 8:15am
0 9:37am
0 1:30pm
1 10:30am
1 4:30pm
2 7:35am
3 8:45am
3 9:46pm
4 5:45am
When I do an XY Scatter, the Y-axis scale is 12am - 12pm for each da
(i.e. 0,1,2...) So in this example there would be five sets of 12am
12pm, one for 0, one for 1, etc. How do I make the graph so that th
Y-Axis is simply one set of 12am - 12pm and not 12am - 12pm for each da
, and the X-Axis is the difference between send date and open date (i.e
0,1,2...)? In other words, I would like to see, on Day 0 the email wa
open at these times (data point for each), on Day 1 the email was ope
at these times...etc.
Thanks so much