Hello,
The below formula using Office 365 and looking at a table is still pulling the data that I don't want it to contain. Is my <> incorrect? I can't figure out why it is pulling the data.
=IF(AND(ISNUMBER(SEARCH("AMERICAN",$G4))=TRUE,[@[Transaction Amount]]<15000,[@[Transaction narrative]]<>"*AXP*",[@[Transaction narrative]]<>"*chgbck*"),"Amex Phone","")
The below formula using Office 365 and looking at a table is still pulling the data that I don't want it to contain. Is my <> incorrect? I can't figure out why it is pulling the data.
=IF(AND(ISNUMBER(SEARCH("AMERICAN",$G4))=TRUE,[@[Transaction Amount]]<15000,[@[Transaction narrative]]<>"*AXP*",[@[Transaction narrative]]<>"*chgbck*"),"Amex Phone","")