Looking for some help. I have a data table showing sales people with the dollar value they sold last month. Yes, some salespeople have negative values because of returned product. I wrote a formula using SORT and FILTER to try and create a list of the sales people, rank ordered by the sales value, but where we excluded salespeople with ZERO dollars in the period. The formula -- which you can see in the formula bar in the below image -- *almost* works perfectly well. HOWEVER, the sorted list the formula creates weirdly leaves out some of the sales people with large, negative values. I highlighted in yellow the salespeople whose names didn't get captured in the list the formula creates. The list includes most of the salespeople with negative values, not not all. For some reason, it is excluding certain negative values. I cannot for the life of me figure out why this formula doesn't return a sorted list of ALL of the salespeople (excluding zero dollars people) including ALL of the ones with negative numbers. Can someone possibly solve this problem for me?