Forum Discussion
Rexter
Mar 22, 2023Brass Contributor
Calculated column error
I created a SharePoint list with a Choice column for EDUCATION, IEP, and SCHOOL REPORTA. There are two choices for each of the three of the columns: Completed or Not Completer. I then created this f...
Mar 23, 2023
Rexter You're close! Try this:
=IF(AND(Education="Completed",IEP="Completed",[School Reports]="Completed"),"OK","Not OK")
Here's a great resource for SharePoint calculated columns.