• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need help for searching excel entries for multiple matching criteria and copying matched cells by VB

Sumedhk1889

New Member
Hi,

PFA the sample file.
It contains 3 tables
1) table 1 shows requirements based on criteria(subject hobby location grade)
2)table 2 shows availability
3) table 3 shows expected output.

Need help for developing a macro that will
1) read criteria in table 1 row by row
2) for each criterion apply filter on respective column of table 2
3) after applying all criteria =>the matching entries (ID no and Name ) should get copied against corresponding requirement row.
4)if there are multiple matching entries then rows should get added below respective requirement and names should be displayed in descending order of age.

Kindly Help me with the VBA code for the same.

Thanks in advance!
 

Attachments

  • Sample file.xls
    36.5 KB · Views: 5
Back
Top