JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,414
- Office Version
- 365
- Platform
- Windows
I'd like to generate a graph showing which grandkids are getting which magazines so I can easily see when to reorder and when to move them up to the next age level. The variables are:
Some sample data might be:
<tbody>
</tbody>
I've uploaded a sample graph to this Dropbox folder:
https://www.dropbox.com/sh/92lg112n1z18z46/AABSdC693l7mM_CL6lHDWgbxa?dl=0
Can anyone get me pointed in the right direction for how to store the data and how to set up the graph?
- Name of magazine
- Name of child
- Date of subscription
- Length of subscription (in years)
Some sample data might be:
Magazine | Child | Start Date | Length |
Babybug | Billy | 4/01/03 | 3 |
Babybug | Sally | 8/15/06 | 3 |
Babybug | Sean | 5/03/09 | 3 |
Babybug | Susan | 10/08/11 | 3 |
Highlights Hello | Billy | 4/01/03 | 3 |
Highlights Hello | Sally | 8/15/06 | 3 |
Highlights Hello | Sean | 5/03/09 | 3 |
Highlights Hello | Susan | 10/08/11 | 3 |
<tbody>
</tbody>
I've uploaded a sample graph to this Dropbox folder:
https://www.dropbox.com/sh/92lg112n1z18z46/AABSdC693l7mM_CL6lHDWgbxa?dl=0
Can anyone get me pointed in the right direction for how to store the data and how to set up the graph?