How to search for more than one file at a time using Windows?

0

I have 1,015 images in a folder and these images is classified into seven categories of medical diagnoses of skin cancer, and the same images are classified in the Excel file by number (the number of each image corresponds to the type of diagnosis of this image). The type of image is labelled as "dx". Clearly, each image has a specific number corresponding to the diagnostic type, my question is How do I search for a group of files by copying their names from the Excel file and then paste them in the search box in Windows at once. In other words i want to take the names of a hundred images from the Excel file then search for them by pasting their names in the search box. Can I do that or do I need a particular tool?

images folder excel file excel file

Ahmad Sarairah

Posted 2019-09-26T06:39:12.300

Reputation: 1

Question was closed 2019-10-09T09:38:41.103

Answers

2

You will have to add an OR within spaces between the search parameters (filenames)

enter image description here

To create this querie add " OR " in the next column of your file and then just select everything to copy paste it.

enter image description here

veritaS

Posted 2019-09-26T06:39:12.300

Reputation: 321

It is difficult to write OR when i need to search of 50 files or 100 files at once – Ahmad Sarairah – 2019-09-26T07:17:49.147

1@AhmadSarairah write your search criteria with a formula in Excel, if you have 2016 you should be able to use a function called TEXTJOIN – PeterH – 2019-09-26T07:21:23.127

@AhmadSarairah or just write " OR "in the column next to the filename and then select everything for copy paste – veritaS – 2019-09-26T07:22:40.277

I need to copy 50 names from the Excel column and paste them into the search box, but the problem only copies one name in the search box and this is my problem – Ahmad Sarairah – 2019-09-26T07:55:32.667

thats the line break. Put everything in one line with @PeterH 's suggestion – veritaS – 2019-09-26T08:08:47.153

I tried to do this but I did not get the desired result – Ahmad Sarairah – 2019-09-26T08:43:09.833

1@AhmadSarairah using the image above, in Cell C2 use =TEXTJOIN("OR",TRUE,A1:A10) – PeterH – 2019-09-26T13:36:46.493

1

I suggest the following:

  • Download "Everything" (search-app) https://www.voidtools.com/ (I suggest you download the "portable" version. Just extract the contents to a folder, and run the app. Afterwards you can simply delete the folder.)

  • Then do as veritaS suggested. Create a column in Excel to the right of the filenames. Fill it with "OR". Select the cells of both columns and press "Copy".

  • Now "Paste" into the searchfield of the "Everything"-app.

If you wish to move the files into folders. You can just drag'n'drop or cut+paste the files from the search results in "Everything" to a windows-explorer window.

elimendo

Posted 2019-09-26T06:39:12.300

Reputation: 11

In case you don't know: You only need to write "OR" once. Then select the cell. In the bottom right corner of the cell will be a small dot. Left-click and hold on that dot, now drag your mouse down over the empty cells below. Once you let go of the mouse-button, "OR" will be copied into all those cells. – elimendo – 2019-09-26T11:16:53.810

I worked the steps as above but when I pasted the names in the search field , then I pressed enter nothing appears – Ahmad Sarairah – 2019-09-29T08:42:10.353