I have two IF statements that work independently. I cannot figure out what I’m doing wrong to combine them to be an AND.
First: IF(DATETIME_DIFF(TODAY(),{Date Quote Submitted},‘days’)>30,“ :rotating_light: URGENT:rotating_light:”)
Second: IF(STATUS = “QIP - Submitted”," :rotating_light: URGENT:rotating_light:”)
I want to combine them so any line that has “QIP - Submitted” status and is 30 days or more prior to today is marked as :rotating_light: URGENT:rotating_light:
Thank you friends!