Hi I'm using this formula to return a number where two conditions are true in two different columns , the formula is below
IF(AND(@J:J;="RX PRESCRIBED",@T:T;="No"),1,0)
This is actually pulling all the records being filtered but not meeting the conditions above