Change this formula sortby

Newbie73

Board Regular
Joined
Feb 4, 2024
Messages
109
Office Version
  1. 365
Platform
  1. Windows
Hello everyone, need some assistance to change this formula sortby so, removing the current sortby and add one where it will sort the results automatically by date from older to youngest (short date, for example 10/10/2020)

Excel Formula:
=LET(a,IFNA(VSTACK(FILTER(OneSummary!B3:E10000,OneSummary!B3:B10000>0),CHOOSECOLS(FILTER(Summary!BR8:BX5000,Summary!BR8:BR5000>0),1,2,3,4,5,7)),""),SORTBY(a,RIGHT(INDEX(a,,1),4)))

Let me know if you need an example sheet or any more information,

Thank you
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
I went trough a easier and probaly lazy way of simply sorting it in another column by
Excel Formula:
=SORTBY(AM2:AR10000,AS2:AS10000,1)

Sorry to bother!
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,875
Members
452,363
Latest member
merico17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top