I need to count in a column on another tab in the full column for any values greater than 1 or less than -1. I have created an IF formula followed by Countifs for the look up detail i need to count but this formula is returning 0.
Any help greatly appreciated.
=IF(OR(COUNTIFS(Analysis!AB:AB,"<=-1"),COUNTIFS(Analysis!AB:AB,">=1")),COUNTIFS(Analysis!T:T,CFOii!B4,Analysis!AJ:AJ,CFOii!B9),0)
Any help greatly appreciated.
=IF(OR(COUNTIFS(Analysis!AB:AB,"<=-1"),COUNTIFS(Analysis!AB:AB,">=1")),COUNTIFS(Analysis!T:T,CFOii!B4,Analysis!AJ:AJ,CFOii!B9),0)