I'm trying to ensure a list of numbers is sorted in descending order. The array formula I have works great for lists without any blank cells, but it breaks when blanks are present. My data is in range R6:R825
.
={AND('Tab 1'!R6:R824>='Tab 1'!R7:R825)}
Is it possible to have the formula perform the same descending sort check while ignoring the blank cells?