Question : Excel VBA: find value from sheet1 in sheet2 and return corresponding value to sheet1

Dear EE, please be so kind to help me once more.

In an excel workbook I have two sheets.
The first column of sheet1 holds parameter names.
Sheet 2  holds names of jobs using those parameters.

Each job can use up to 4 parameters.

What it comes down to, is that each value of the first column of sheet 1 would need to be searched in 4 columns of sheet 2 and if found the entry in the second column of sheet 2 (jobname) should be copied in column C of sheet1.
If the parm would be found more than once, the name of that second job that uses that same parm  would  need to be pasted in column D of sheet 1.

I don't know if this is possible, but I would of great help if you could help me in finding a way to make this work.  Attached is a sample xls file.
Attachments:
 
find in sheet 2 and copy value to sheet 1
 

Answer : Excel VBA: find value from sheet1 in sheet2 and return corresponding value to sheet1

once you select the tables and click on Execute Backup now...it will ask you to save the backup project to be saved to your desired path...than you can reuse that file to import the database..

you can take the manual backup using following command with command line or ssh

$ mysqldump -u xxxx -p database_name > somefile.sql
Random Solutions  
 
programming4us programming4us