DanaDana
8 years agoQrew Cadet
Duration Formula with If Statement and Checkbox
I have a duration field that I only want to calculate if a checkbox is checked. I have the following formula but it's still calculating a duration even if the condition isn't met:
If(ToText([NTO Resolved in Field])="Yes",Days(0),[Contractor Resolved Date]-[Creation Date])
Can someone help me figure out what I'm doing wrong?
If(ToText([NTO Resolved in Field])="Yes",Days(0),[Contractor Resolved Date]-[Creation Date])
Can someone help me figure out what I'm doing wrong?