JenniferPeterso
6 years agoQrew Member
Deadline Formulas (Checkbox)
I am trying to write a formula for a checkbox field that will return a check mark when a report was issued before the contract deadline:
If([Report Posted], true and Today()>[MSO-Client Due Date], true, false)
And another one if the report was issued after the contract deadline:
If([Report Posted], true and Today()<[MSO-Client Due Date], true, false)
It's not returning the correct results, so there must be something wrong with the way I have them written. Can anyone help me out?
------------------------------
Jennifer Peterson
------------------------------
If([Report Posted], true and Today()>[MSO-Client Due Date], true, false)
And another one if the report was issued after the contract deadline:
If([Report Posted], true and Today()<[MSO-Client Due Date], true, false)
It's not returning the correct results, so there must be something wrong with the way I have them written. Can anyone help me out?
------------------------------
Jennifer Peterson
------------------------------