Hi all,
I have a sheet that contains fields for "Preparer Due Date" and "Preparer Status" and am trying to add in the following logic to a formula:
If Preparer Status is "Complete" OR Preparer Due Date is earlier than today AND Preparer Status is NOT "Complete", then put a green circle
If Preparer Status has a status of Not Started or and is due within 3 days, then put a yellow circle
If Preparer Status has a status of Not Started or In Progress AND Preparer Due Date is in the past, then put a red circle
Thanks in advance!