I have 2 columns in Excel. The first column is the subject of the email and the second column is the folder where emails with the specific subject has to move to. For example the two columns:
Subject Folder
A 1
B 2
C 3
So when I get a email with the subject "A" then it has to move to folder 1. So my question is how can I make a code to search in the excel sheet to which folder the mail has to move ( I only need this part of the code).
I can't fount anything at the internet about it.