I have 3 Checkbox Fields :
- Workout
- Meditate
- Eat Healthy
If all 3 Checkbox Fields are checked (True), I want a Formula Field to equal True so I can set the color for that row as Green
Here’s my broken formula :
IF(AND(Workout, Meditate, Eat Healthy) True, False)
Thank you in advance