I need to create an excel spreadsheet that reports on whether files exist in one of two directories.
The leftmost column has 7 digit numbers or aphabetic id characters.
All other columns are for specific dates.
The file naming convention is number_date.
So if cell a3 has 0709002 and c1 has 6-7-3006 then cell c3 should have a E for exist if it is found in f:\files\0709002.
Once the file is processed, it is moved to f:\files\0709002\backup, so cell c3 should show an E, even if the file is moved to the backup folder.
Any help is appreciated.
The leftmost column has 7 digit numbers or aphabetic id characters.
All other columns are for specific dates.
The file naming convention is number_date.
So if cell a3 has 0709002 and c1 has 6-7-3006 then cell c3 should have a E for exist if it is found in f:\files\0709002.
Once the file is processed, it is moved to f:\files\0709002\backup, so cell c3 should show an E, even if the file is moved to the backup folder.
Any help is appreciated.