Forum Discussion
RyanWhitener
6 years agoQrew Cadet
So just copying and pasting in the first string, I am coming up with the follow error based on the BOLD text
If(
[Submitter's Status]="Started"and [Confined Space]="Yes" and Trim([Safety Manager Status]"="", "Safety Manager to Review")
Expecting )
If(
[Submitter's Status]="Started"and [Confined Space]="Yes" and Trim([Safety Manager Status]"="", "Safety Manager to Review")
Expecting )
- EvanMartinez6 years agoModeratorHi Ryan,
It looks like you just need to change the " that comes after [Safety Manager Status] to a ) to close out the function.Trim([Safety Manager Status])=""
That was probably just a typo.