How to invert Ascending or Descending order for blank values?

Hello everyone! Need a bit of help with the sorting on my app. Currently, clients are sorted based on two separate upload deadlines (Initial and Final), and not every client has an initial or final.

I'm looking to see how I can invert the sorting for ascending or descending where blanks are not prioritized over actual values. Attached are images to explain what I mean. 

*Initial Uploads are prioritized over Final

First, when they are sorted via ascending order, the values that have initial uploads are way at the bottom and we're having to scroll all the way down the blanks to see what's upcoming. 

ascending.bottom.jpgUX SORT. ACSENDING.JPG

Then when they are sorted via descending order, although the initial uploads values are at the top, they are not in order on time. Again, keep in mind that initial uploads take priority over final uploads, therefore if an initial upload is added, regardless of the final upload date, it takes precedence over the final. 

descending.top.jpgUX. SORT. DESCENDING.JPG

 

What I'm looking for is to see if I can have them in ascending order, but place the actual values at the top without having to use descending order. I'm assuming this is because of the lack of clarification of blanks, but I'm not sure where to start to add a needed function in the Show If? or Valid If? for the table to ignore blanks? Any ideas with what functions to use for these blanks?

Solved Solved
0 3 271
1 ACCEPTED SOLUTION

Add a virtual column with an App formula expression that uses ISNOTBLANK(). Add that virtual column as the first sort column (but don't add it as a display column).

View solution in original post

3 REPLIES 3

Hi @smrod_ 

Have you ha a look at ISNOTBLANK()

I have but I'm not sure I understand it. Would this be placed within the data validity?

Add a virtual column with an App formula expression that uses ISNOTBLANK(). Add that virtual column as the first sort column (but don't add it as a display column).

Top Labels in this Space