Firebird4646
New Member
- Joined
- Mar 27, 2018
- Messages
- 2
Hello everyone,
I am trying to use If functions to track certifications. I thought this was going to be relatively easy but to be honest I'm stuck. The certification is good for 300 days after that they need to get recertified. The formula works until there is a date that is way our of the range. For example anyone who took the class in 2010 show as qualifie. Here is the function I wrote
=IF(B4-300<=F4,"QUALIFIED",IF(B4+300>="UNQUALIFIED"))
Block B4 has function has the day that they got qualified
Block f4 has =TODAY()+300
Or if there is a better way to compute this I am all ears, thanks and hope you have a great day.
I am trying to use If functions to track certifications. I thought this was going to be relatively easy but to be honest I'm stuck. The certification is good for 300 days after that they need to get recertified. The formula works until there is a date that is way our of the range. For example anyone who took the class in 2010 show as qualifie. Here is the function I wrote
=IF(B4-300<=F4,"QUALIFIED",IF(B4+300>="UNQUALIFIED"))
Block B4 has function has the day that they got qualified
Block f4 has =TODAY()+300
Or if there is a better way to compute this I am all ears, thanks and hope you have a great day.