Hi all,
Understand that this has probably been answered before however I can't quite find the solution I need and have spent a little too long trying to get this sorted.
I need to display Yes, No or Hold symbols with the following parameters:
- If [Status@row] is equal to "Submitted" or "In-Progress" and [Created@row] (date) is less than [Expected completion date@row] then display Hold
- If [Status@row] is equal to "Resolved" and [Created@row] (date) is less than [Expected completion date@row] then display Yes
- If [Status@row] is equal to "Resolved" and [Created@row] (date) is more than [Expected completion date@row] then display No
- If [Status@row] is equal to "Disputed" and [Created@row] (date) is less than [Expected completion date@row] then display Hold
- If [Status@row] is equal to "Disputed" and [Created@row] (date) is more than [Expected completion date@row] then display Hold
Unsure how to make my formula work with so many parameters or if it is even possible.
Thank you in advance 😊