Forum Discussion
RohitNaval
May 03, 2020Copper Contributor
Not getting an option to sort largest to smallest, only A to Z
I have a problem with my Excel spreadsheet where I do not get an option to sort numerically in descending order - largest to smallest. I only get an option to sort alphabetically. The cell values are...
- May 03, 2020
In addition, you don't have blank cells, you have cells with empty texts returned by =IFERROR(...,""). As soon as we have texts within the range, even empty, Excel suggests to sort alphabetically. With =IFERROR(...,0) most probably that will be numeric sorting.
SergeiBaklan
Mar 21, 2022MVP
annabellas
Dec 16, 2022Copper Contributor
I do the first option