Need formula to perform two different date functions

jwest510

New Member
Joined
Feb 3, 2018
Messages
8
Hello,

I'm a complete newbie here and am somewhat familiar with excel, yet I have the challenging task (for me) to develop a spreadsheet that will calculate different record retention destruction dates based off of a value in one cell. So, for example, Cell A1 has a retention value of 3 (3 years) A2 has the record creation date of 1/1/2018, A3 should have the destruction date of three years from the creation date. I also need that cell to be able to run a similar calculation if cell A1 has a retention value of 7 (7 years) where cell A3 will now return a destruction date of seven years from the creation date in cell A2. I'm hoping this is a question that won't break a sweat for someone, but for me, I'm drenched. :laugh: Thanks for your help.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Thanks for the speedy reply! That works pretty darn good. Now would you know how I could get cell A3 to perform two different date calculations? If I put a 3 in cell A1 I want cell A3 to calculate 3 years in the future. If I put a 7 in cell A1 I want A3 to calculate 7 years in the future. Is that even possible?
 
Upvote 0
A1 ... 3
a2 ... 1/1/2018
a3 ... =edate(a2,a1*12) ==> 1/1/2021

a1 ... 7
a2 ... 1/1/2018
a3 ... =edate(a2,a1*12) ==> 1/1/2025
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,331
Members
452,636
Latest member
laura12345

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