I have a directory that contains multiple files and want to get the modification times and file names from there for modification times between set dates.
I have tried =FILEDATETIME in Excel 2007 but it’s returning #NAME?, so I assume that function does not exist.
How is this possible?
Bit of a cheat as far as using Excel goes, but I find this easiest via command prompt (
cmdin Programs). CD to required ‘folder’, thendir >list. Open file ‘list’ in Excel (ah, not quite totally irrelevant!) and parse with=LEFT(A6,16)inB6and=MID(A6,37,200*)inC6. Copy formulae down as required, then Sort or Filter byColumnB,*If you use ridiculously long file names, up the
200.There used to be a System command in 1-2-3 that did this for you (and I rather miss it).