Hi All,
I am working on counting data within a range of values. I have both negative and positive values and want my formula to only pick absolute values. I have tried both of the formulas below but none seems to work.
=COUNTIFS(B2:B38,"<="&ABS(Parameters!B1),B2:B38,">="&ABS(Parameters!B2))
=COUNTIFS(B2:B38,"<="&Parameters!B1,Data!B2:B38,">="&Parameters!B2,B2:B38,">="&-Parameters!B1,B2:B38,"<="&-Parameters!B2)
Book 1.xls
Attached is a workbook where I am using the formulas, please help.
Kindest Regards
Mo
Bookmarks