JackWoods
4 years agoQrew Trainee
Checkbox Formula Field Error
Looking to make a simple little formula field (Checkbox) where if the Task Name is called "Hosted Weekly Call" & the Status= Completed it will mark the task as "True" and check the box. I'm getting an error in my code though. please advise.
If([Task Name]="Hosted Weekly Call" & [Status]="Completed","True","False")
Getting a code error that the operator = can't be applied on types bool,text
------------------------------
Jack Woods
------------------------------