Help with graph of magazine subscriptions for grandkids

JenniferMurphy

Well-known Member
Joined
Jul 23, 2011
Messages
2,525
Office Version
  1. 365
Platform
  1. 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:


  • Name of magazine
  • Name of child
  • Date of subscription
  • Length of subscription (in years)

Some sample data might be:

MagazineChildStart DateLength
BabybugBilly4/01/033
BabybugSally8/15/063
BabybugSean5/03/093
BabybugSusan10/08/113
Highlights HelloBilly4/01/033
Highlights HelloSally8/15/063
Highlights HelloSean5/03/093
Highlights HelloSusan10/08/113

<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?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Maybe just calculate the exparation date and sort by that:

A​
B​
C​
D​
E​
F​
1​
Magazine​
Child​
Renewed​
Years​
Expires​
2​
BabybugBilly
04/01/2003​
3​
04/01/2006​
E2: =EDATE(C2, 12*D2)
3​
BabybugSally
08/15/2006​
3​
08/15/2009​
4​
BabybugSean
05/03/2009​
3​
05/03/2012​
5​
BabybugSusan
10/08/2011​
3​
10/08/2014​
6​
Highlights HelloBilly
04/01/2003​
3​
04/01/2006​
7​
Highlights HelloSally
08/15/2006​
3​
08/15/2009​
8​
Highlights HelloSean
05/03/2009​
3​
05/03/2012​
9​
Highlights HelloSusan
10/08/2011​
3​
10/08/2014​
 
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,666
Members
448,977
Latest member
moonlight6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top