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

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
I think sample data would be very helpful
 
Upvote 0
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,221,446
Messages
6,159,917
Members
451,603
Latest member
SWahl

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