I have the simple formula below in a column that I use to do a descending sort on.
=IF(ISBLANK(B3),"",SUM(E3:W3))
It puts the ISBLANK TRUE values at the top of the sort, but I want them at the bottom.
The descending sort works fine as =SUM(E3:W3)
How can I correct this?
Thanks
=IF(ISBLANK(B3),"",SUM(E3:W3))
It puts the ISBLANK TRUE values at the top of the sort, but I want them at the bottom.
The descending sort works fine as =SUM(E3:W3)
How can I correct this?
Thanks