Hi, having issues combining two different IF statements for contracts:
IF(Phase=“ :inbox_tray: Lead”,“ :bell: ”)
IF(DATETIME_DIFF(TODAY(),{Last Contact},‘days’) >= 7, “ :bell: ”)
They both work separately but want to be able to combine them so that ...