Hi all, I have a IFAND statement in excel I am trying to import to Ateryx, would anyone be able to help convert this?
=IF(AND(C2>=99999.99,E2=""),"High Value",IF(AND(C2>=99999.99,E2>=99999.99),"High Value",IF(AND(C2<1000000,E2>99999.99),"High Value")))
Thanks
Ian