Hi all:
Here is my formula:
Thanks in advance for any help!
=IF(J11=">=",
SORT(FILTER(A:F,(F:F>=I2)*(ABS(E:E)>I7)),6,1,FALSE),
SORT(FILTER(A:F,(F:F<=I3)*(ABS(E:E)>I7)),6,-1,FALSE))
I want to filter by values in F and Absolute values in E, and then and then sort results by Column 6, by ascending order if J11 =">=", else descending order .
I am getting a #VALUE! error. Uggh!
Here is my formula:
Thanks in advance for any help!
=IF(J11=">=",
SORT(FILTER(A:F,(F:F>=I2)*(ABS(E:E)>I7)),6,1,FALSE),
SORT(FILTER(A:F,(F:F<=I3)*(ABS(E:E)>I7)),6,-1,FALSE))
I want to filter by values in F and Absolute values in E, and then and then sort results by Column 6, by ascending order if J11 =">=", else descending order .
I am getting a #VALUE! error. Uggh!