anna82marie
New Member
- Joined
- Jan 22, 2014
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
- MacOS
Good morning!
I may have over-stretched myself with a training matrix that I have created. I have figured out the formulas to return the number of red, amber, green based on the validity period for ALL staff, but can't for the life of me amend the formula to give me the results for a specific member of staff, selected via drop down.
The formula I am using for the total of expired certifications is:
=IF(J$3="N/A","",IF(J$3=Data!$A$25,COUNTIFS(J$9:J$1001,">"&Data!$C$25,J$9:J$1001,"<="&Data!$C$32),IF(J$3=Data!$A$26,COUNTIFS(J$9:J$1001,">"&Data!$C$26,J$9:J$1001,"<="&Data!$C$33),IF(J$3=Data!$A$27,COUNTIFS(J$9:J$1001,">"&Data!$C$27,J$9:J$1001,"<="&Data!$C$34),IF(J$3=Data!$A$28,COUNTIFS(J$9:J$1001,">"&Data!$C$28,J$9:J$1001,"<="&Data!$C$35),IF(J$3=Data!$A$29,COUNTIFS(J$9:J$1001,">"&Data!$C$29,J$9:J$1001,"<="&Data!$C$36),IF(J$3=Data!$A$30,COUNTIFS(J$9:J$1001,">"&Data!$C$30,J$9:J$1001,"<="&Data!$C$37))))))))
Running from a data sheet providing the dates the certificate needed to be taken between.
Any ideas? Please help save my sanity!
I may have over-stretched myself with a training matrix that I have created. I have figured out the formulas to return the number of red, amber, green based on the validity period for ALL staff, but can't for the life of me amend the formula to give me the results for a specific member of staff, selected via drop down.
The formula I am using for the total of expired certifications is:
=IF(J$3="N/A","",IF(J$3=Data!$A$25,COUNTIFS(J$9:J$1001,">"&Data!$C$25,J$9:J$1001,"<="&Data!$C$32),IF(J$3=Data!$A$26,COUNTIFS(J$9:J$1001,">"&Data!$C$26,J$9:J$1001,"<="&Data!$C$33),IF(J$3=Data!$A$27,COUNTIFS(J$9:J$1001,">"&Data!$C$27,J$9:J$1001,"<="&Data!$C$34),IF(J$3=Data!$A$28,COUNTIFS(J$9:J$1001,">"&Data!$C$28,J$9:J$1001,"<="&Data!$C$35),IF(J$3=Data!$A$29,COUNTIFS(J$9:J$1001,">"&Data!$C$29,J$9:J$1001,"<="&Data!$C$36),IF(J$3=Data!$A$30,COUNTIFS(J$9:J$1001,">"&Data!$C$30,J$9:J$1001,"<="&Data!$C$37))))))))
Running from a data sheet providing the dates the certificate needed to be taken between.
Any ideas? Please help save my sanity!
Last edited by a moderator: