Forum Discussion
Laura_Thacker
7 years agoQrew Commander
When building an IF statement you also need an "else" condition.
If([Enrollment Type]="5 Full Day",360,null)
if "enrollment type" is equal to "5 Full Day", then 360, otherwise zero
If([Enrollment Type]="5 Full Day",360,null)
if "enrollment type" is equal to "5 Full Day", then 360, otherwise zero