My Problem: I'm trying to find uncommon items between 2 list, except the file directory is different locations so i just need the current name from each. List 1 contains 520 and List 2 contains 496, so basically i want to remove uncommon items so that both list.count match with all matching Job Names between Folder and File name. This will increase the speed for another automation i have.
I know how to do this the slow way, but i want a very quick version, kind of like how excel instantly highlights common variables as there is about 500 of each and 1000 folders/files takes a long time to use a "For Each" for.
One list contains subfolders within a folder named the Job folder and the other is a list of files named job files as well. They Both have Currentitem.name similar properties, E.g. File = 26734 Folder = 26734.
In theory i could run an excel automation to do this? But not the most familiar with that format. The theory behind that automation would be: Remove common directory name from list 1 and remove common directory name for list 2 (Which is a different directory). Then Im left with 2 list that only has Job numbers. Then highlight common items and move unhighlight items to List 3. From list 3 move folders to "do not match Folder". Done...
Any ideas?
Reference image for excel:
As you can see there is 1 folder that doesnt match any file and 1 file that doesnt match any folder. These id want to move to their own list.