francoiscj1
New Member
- Joined
- Aug 21, 2017
- Messages
- 33
- Office Version
- 365
- Platform
- Windows
This is my formula in cell I13:
=IFERROR(SUM(--(UNIQUE(FILTER([NAME],([COURSE])*(tblTrainingLog[TRAINING DATE]>=Date(Year(Today()),1,1))*(tblTrainingLog[TRAINING DATE]<=Date(Year(Today()),12,31))*(tblTrainingLog[FREQUENCY]="One Time")*(tblTrainingLog[RETRAINING DATE]>=Date(Year(Today()),1,1))*(tblTrainingLog[RETRAINING DATE]<=Date(Year(Today()),12,31))*(tblTrainingLog[STATUS]="Compliant")))<>"")),"")
It is a missing parenthesis, but I can't figure out where I should place it. Attached is a sample of my spreadsheet where I want to count the total number of unique compliant courses by person for the year. Thank you for the help.
=IFERROR(SUM(--(UNIQUE(FILTER([NAME],([COURSE])*(tblTrainingLog[TRAINING DATE]>=Date(Year(Today()),1,1))*(tblTrainingLog[TRAINING DATE]<=Date(Year(Today()),12,31))*(tblTrainingLog[FREQUENCY]="One Time")*(tblTrainingLog[RETRAINING DATE]>=Date(Year(Today()),1,1))*(tblTrainingLog[RETRAINING DATE]<=Date(Year(Today()),12,31))*(tblTrainingLog[STATUS]="Compliant")))<>"")),"")
It is a missing parenthesis, but I can't figure out where I should place it. Attached is a sample of my spreadsheet where I want to count the total number of unique compliant courses by person for the year. Thank you for the help.