Dates Plus 20

jayjaysb

Board Regular
Joined
Nov 16, 2011
Messages
204
Hi all,

Looking for some help. Column C will contain a date, I am looking for Column D to auto add 20 weeks.

Also based on this I want column E to show a yes no if the target has been reached within the 20 wks or not.

One last request if you please in Column F I will have Date of Birth, could you give me a formula for Column G that will auto show the age.

Thanks in advance

JJSB
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
It's working on my end. Here are my formulas for row3:


Excel 2007
ABCDEFG
1Tgt DateDatePlus 20 WksTarget Meet?Birth DateAge
2Data4/25/20141/1/20145/21/2014Yes1/1/198034
31/2/197242
4Formula=IF(C3="","",C3+(20*7))=IF(D3="","",IF(B3<=D3,"Yes","No"))ROUNDDOWN((TODAY()-F3)/365.25,0)
Sheet3
 
Upvote 0
Chris, One last thing if you dont mind, could you modify ROUNDDOWN((TODAY()-F3)/365.25,0) and =IF(D3="","",IF(B3<=D3,"Yes","No")) so they do the same with the blanks. Thanks JJSB
 
Upvote 0
=IF(ISBLANK(F3),"",ROUNDDOWN((TODAY()-F3)/365.25,0))

In what situation(s) do you want the second formula to be blank?
 
Upvote 0
Excellent Chris, well pleased with your help, When I copy down the cell of the =IF(D3="","",IF(B3<=D3,"Yes","No")) it's showing Yeses even though the other cells don't have dates in them. Thanks JJSB
 
Last edited:
Upvote 0
Oh my sweet mother, bang on the money!!! Thanks for all your help Chris, Have a good weekend, Cheers JJSB :)
 
Upvote 0

Forum statistics

Threads
1,215,446
Messages
6,124,895
Members
449,194
Latest member
JayEggleton

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