Hello,
I am attempting to create an IF statement on a Red, Yellow, Green, Grey icon text type with multiple factors. Below please find the inputs listed.
- If new entry then Gray (COMPLETED) =IF([Form Submission Date]@row = TODAY(), "Gray")
- If hard deadline has passed and nurse intake has passed then Red (COMPLETED, but can't figure how to join with AND statement?) =IF([Deadline Date]@row <= TODAY(), "Red") =IF([Nurse Intake Due Date]@row <= TODAY(), "Red")
- If a range of rows has text in them and deadline is not in the passed then Green (Deadline portion completed, can't find how to have any input of text determine an outcome, here are my attempts) =IF([Litigation Manager]@row:[Add New Entry to Billing System]@row = ISTEXT("*"), "Green") =IF([Folders Created]@row = "*", "Green")
- If Due Date has passed but nurse intake is greater than three days then Yellow (STUMPTED) =IF([Deadline Date]@row >= TODAY() + [Nurse Intake Due Date]@row , "Yellow")
All of these IF statements need to be combined into one column Column formula, if it may be better to use an automation rather than a formula I am happy with that as well.
Below please find a picture of my SmartSheet for column name references.
Thank you to whoever may help me take this on.