Working dates backwards.

Andreja

Board Regular
Joined
Jun 18, 2009
Messages
52
Can anyone help
I have a job to do and I hope you can help me.

I have a column with a renewal date and need to calculate exactly 8 weeks back to come up with a date (e.g. start date)

2nd question
I know how to use TRUE or FALSE function. From that start date I need to have a formula to capture the inputted date to say it's either gone beyond 8 weeks or has fallen inside 8 weeks.

I hope this makes sense and hope you can help me.

Many thanks in advance
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
If renewal date is in D3, then 8 weeks back is =D3-56
If inputted date is in D4, then =IF(D4>D3-56,"Beyond","Inside")&" 8 weeks"
 
Upvote 0

Forum statistics

Threads
1,224,558
Messages
6,179,512
Members
452,920
Latest member
jaspers

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