Jun 05 2023 05:21 AM
Hi everyone!
I have been trying to do a formula that will show the words "PoP Alert" if Todays Date column is less than or equal to a column titled "Alert Date (Do Not Touch)". I am also trying to add in the formula that if the "Alert Date (Do Not Touch)" column is empty or contains the word "Expired" that it leaves the column blank. Below is the formula I am using but it keeps saying something is wrong with the formula. Any help would be greatly appreciated.
=IF([Alert Date (Do Not Touch)]=”Expired”,"", IF(ISBLANK([Alert Date (Do Not Touch)]),"", [Alert Date (Do Not Touch)]<= [Todays Date (For Formula Only)],”PoP Alert”),””)
Jun 05 2023 07:44 AM
Jun 05 2023 07:49 AM