On my Google Drive I have a folder containing 2006 files. These files are sorted by names. (from A -> Z) Here's the exact order of the files inside my folder: https://gist.github.com/cuzureau/a36deb8e02ab0f2e0523cd58f2cf0950
Now, I also have a Google Sheet with the same file names written in a column. One file name per cell. They are order alphabetically (from A -> Z) Here's the exact order of the files inside the column: https://gist.github.com/cuzureau/6fe722b821ce3aa60b697819b64d6b05
The files names are not sorted in the same order. How can I do that ?
Maybe I should use a formula in Google Sheets to reorder the files names in the column ?