Search all excel files in folder for keyword, then if they have the key word move to a different folder

I’m not getting an error, the documents are not moving to the new folder. Thanks for your help

can i have a view on the xaml if possible
@sparkplug93

1 Like

ExcelDocSearch.xaml (5.1 KB)

1 Like

Hi,

Check with this,

ExcelDocSearch.xaml (5.3 KB)

Thanks! Is there a way to search in the files rather than just the names?

we can do that if it is a text file or a html file where the content can be searched directly. But this is excel file, so you need to read the file individually before search inside the file content.

1 Like

How would that be done? Thanks for your time

Yah of course
make sure we have like this

Cheers @sparkplug93

1 Like

ExcelDocSearch.xaml (6.5 KB)

Check this to search inside the content of files in a directory

1 Like

I’m still encountering the same issue where no files are moving. I added my search criteria and correct folders.

but why your marked something as a solution then? :stuck_out_tongue_closed_eyes:

My mistake haha

if you want to search inside excel files, use LookUp Range…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.