Hi! What’s the best way to write that in a Smartsheet formula?
If the checkbox is not checked, I want to do this:
SUMIFS({Column 1}, {Name}, Name@row) - [OOO] - [Hours] - [Holidays]
If the checkbox is checked, I want to do this:
SUMIFS({Column 1}, {Name}, Name@row) - [OOO] - [Hours]
Thanks