Forum Discussion
livliv
May 02, 2026Copper Contributor
Automatically sort from newest to oldest date
I have an excel sheet that imports my leads that are applying so I can keep track and sort them. The date that they applied also goes into the sheet. right now, when i click to import a lead, it auto...
PeterBartholomew1
May 04, 2026Silver Contributor
Another option is to accept the input data however it arrives and then use a formula to sort, filter or otherwise transform the raw data. Calling the data 'table' and assuming you wish to sort descending based upon the first column
= SORT(table,1,-1)