Hi! I'm trying to create IF statements based on if a field is = to X, then based on the selection, I want to populate a specific target date. Example, if "0 - (Optional) - Fast Track Modificatio...
If you want to make a formula field to calculate a Calculated date field, then you can do a single IF and list the tests vertically for readability. If( [Credentialing Standardization Tasks] = "0 - (Optional) - Fast Track Modifications", [Start Date]+Days(3), [Credentialing Standardization Tasks] = "1 - xxxxxxxxxx", [Start Date]+Days(4), [Credentialing Standardization Tasks] = "0 - yyyyyyyy", [Start Date]+Days(3) )
IF all of your of your tests are against the same field, then you can also use a Case Function
Unfortunately, the date in the Targ Date is not populating. Not sure If I'm missing anything. I tried both the IF and Case statements, but both did not work.
The Case:
Case([Credentialing Standardization Tasks],
"0 - (Optional) - Fast Track Modifications", [Start Date]+Days(3),
Formula looks correct. Can you post a screenshot of a record where the start date is populated and there's a selection in that field for [Credentialing Standardization Tasks] and also show the calculated field being blank?
------------------------------ Mark Shnier (YQC) mark.shnier@gmail.com ------------------------------