Formula assistance request

usmrncrps

New Member
Joined
Feb 17, 2015
Messages
44
TODAYDATE TRAINEDDATE CERTIFY BYDATE CERTIFIEDDAYS DELINQUENT

<tbody>
</tbody>

I'm looking for assistance with a formula that will calculate days delinquent. DATE TRAINED can be blank if not trained. DATE CERTIFY BY is one year (365 days) after date entered in DATE TRAINED. DATE CERTIFIED is actual date certified (acceptable to be before or after DATE CERTIFY BY). DAYS DELINQUENT are the number of days from DATE TRAINED to TODAY (minus) 365 days.

Thanks for any help.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
You've given your own answers. What are you asking for?
TODAYDATE TRAINEDDATE CERTIFY BYDATE CERTIFIEDDAYS DELINQUENT
=TODAY()12.11.2016=B1+36512.18.2016=B1-A2-365

<tbody>
</tbody>


Something like this?
 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,864
Members
449,052
Latest member
Fuddy_Duddy

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