I am wanting the formula to show "Send Letter" if the below columns contain the below wordsWhy are you using AND with only one argument? It serves no purpose.
Perhaps you could explain what you want the formula to do?
I have this but it gives me the "#Name?" errorcurrently your first and only has one condition it's checking, so if g4=yes then it will be 1
are you wanting if(and(g4=yes, i4=@cancelled, m4<today()),"send letter") ??
I updated but now it is showing "True", "False" instead of the words I need it to displayI have this but it gives me the "#Name?" error
You are awesome!How aboutExcel Formula:=IF(AND(G4="yes",I4="Cancelled",M4<TODAY(),P4="YES"),"Cancel Plates", "Do Not Cancel Plates")