Mapping Parameters Values from Excel to Revit

I am currently working on a Dynamo script that needs to do the following and I can’t make it work.

  1. I have an Excel sheet containing the ID numbers for the elements in my Revit file.
  2. All elements have their ID number assigned to them.
  3. The Excel sheet has 3 more columns containing data corresponding to the ID numbers column.
  4. I need from Dynamo to search for the ID number value parameter in Revit then compare it with the ID number in Excel, then when it finds it, it maps the corresponding columns to the desired parameters I have in my Revit file accordingly.

Any help please???