Excel Formula Date Projection in 6,7,12 & 13 Periods?

tpir72

New Member
Joined
Sep 25, 2011
Messages
43
I have a member's only site that I run. A membership is purchased for either 6, 7, 12 or 13 months. I have just exported all the recurring payment list from Paypal. It has member's contact data and the last column is their original signup date in this format 10/6/2010.
Can you help me please figure out a formula based off the original signup date in one cell. The next cell to the right would be the number of months multiplier. Each cell to the right would be a projected renewal date in the above date format. Can that formula be setup so it loads cells to its right projecting every renewal period date over the next ten years? An easy example would be below. Where it gets really screwy for me is 7 & 13 months starting on a numbered day that isn't in every month like the 29th. I have a spread sheet of three hundred members so I would need to copy this formula for at least 300 members (down a column?).

Original Date - Membership Period - Renewal Date - Renewal Date - Renewal Date - Etc...
10/6/10 - 7 - 5/6/11 - 12/6/11 - 7/6/12

Thank you very much for the help. I sincerely appreciate it.

Regards,

Terry
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
With your sample data in Row 1 and 2, beginning in A1
This formula calculates each successive renewal data
Code:
C2: =EDATE($A2,$B2*COLUMNS($C:C))
Copy that formula across and down as far as you need.

Is that something you can work with?
 
Upvote 0
Hi Ron,
Thank you very much. The spreadsheet layout I am using is formatted so all the original dates are down column "G" and the duration in months is down column "H". How would I edit your formula correctly to do this?

Regards,

Terry
 
Upvote 0
Here's the way the data is laid out in the workbook. How would I edit your formula for results starting in column "I"?

Regards,

Terry


Name Email Address DurationDateAmountStatusDateMonths
Mr. Smithmrsmith@somemailaddress.comOne Year Membership10/11/2010 $xx.xx USDActive10/11/201012
Mr. Jonesmrjones@somemailaddress.comSix Month Membership10/6/2010 $xx.xx USDActive10/6/20106
Mrs. Smithmrssmith@somemailaddress.comThirteen Month Membership10/29/2011$xx.xx USDActive10/29/201113
Mrs. Jonesmrsjones@somemailaddress.comSeven MembershipMembership10/15/2011 $xx.xx USDActive10/15/20117

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,213,497
Messages
6,114,002
Members
448,543
Latest member
MartinLarkin

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