Retroshift
Board Regular
- Joined
- Sep 20, 2016
- Messages
- 119
- Office Version
- 2019
- Platform
- Windows
Hi,
I have a listFiles named range to return a list of files of a specific folder into Excel. I use the following formula:
I was wondering if there is a non-VBA solution to automatically/live update the files list in the Excel named range whenever a file in the folder gets added, deleted or modified.
Moreover, is there an Excel formula to alphanumerically sort these files dynamically/live?
I have a listFiles named range to return a list of files of a specific folder into Excel. I use the following formula:
Excel Formula:
=IFERROR(INDEX(listFiles,ROW()-ROW(A$2)),"")
Moreover, is there an Excel formula to alphanumerically sort these files dynamically/live?