E
emile
I am sorting a range by an amount (formatted as a number).
The amount is the result of a formula G6=IF(ISBLANK(H6),"",H6*I6). I used
ISBLANK to get rid of any error msg because other cells are blank.
When I sort the the range (A6:N105) by descending amount using the G column,
the results are correct but appear at the bottom of the range. When I sort
ascending the results are correct and appear at the top of the range
How do I get the descending sort to appear at the top of the range?
The amount is the result of a formula G6=IF(ISBLANK(H6),"",H6*I6). I used
ISBLANK to get rid of any error msg because other cells are blank.
When I sort the the range (A6:N105) by descending amount using the G column,
the results are correct but appear at the bottom of the range. When I sort
ascending the results are correct and appear at the top of the range
How do I get the descending sort to appear at the top of the range?