francoiscj1
New Member
- Joined
- Aug 21, 2017
- Messages
- 33
- Office Version
- 365
- Platform
- Windows
This is my formula:
=If(Countif([Status],"Compliant")>0, CountA(Unique(Filter([Name],[Status]="Compliant"))),0)
I would like to modify this to include the following:
To count only if the retraining date is from 01/01/2024 to 12/31/2024 and if the frequency is "One Time" and if the training date is from 01/01/2024 to 12/31/2024.
Attached is a sample.
=If(Countif([Status],"Compliant")>0, CountA(Unique(Filter([Name],[Status]="Compliant"))),0)
I would like to modify this to include the following:
To count only if the retraining date is from 01/01/2024 to 12/31/2024 and if the frequency is "One Time" and if the training date is from 01/01/2024 to 12/31/2024.
Attached is a sample.