Formula assistance request

usmrncrps

New Member
Joined
Feb 17, 2015
Messages
44
[TABLE="width: 500"]
<tbody>[TR]
[TD]TODAY[/TD]
[TD]DATE TRAINED[/TD]
[TD]DATE CERTIFY BY[/TD]
[TD]DATE CERTIFIED[/TD]
[TD]DAYS DELINQUENT[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

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

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
You've given your own answers. What are you asking for?[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]TODAY[/TD]
[TD]DATE TRAINED[/TD]
[TD]DATE CERTIFY BY[/TD]
[TD]DATE CERTIFIED[/TD]
[TD]DAYS DELINQUENT[/TD]
[/TR]
[TR]
[TD]=TODAY()[/TD]
[TD]12.11.2016[/TD]
[TD]=B1+365[/TD]
[TD]12.18.2016[/TD]
[TD]=B1-A2-365[/TD]
[/TR]
</tbody>[/TABLE]


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

Forum statistics

Threads
1,223,248
Messages
6,171,021
Members
452,374
Latest member
keccles

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