Shared Project Parameter Values by Family Type

What I need is to pass the data from schedules (project shared parameters) of Model A to another Model B which has many families equal to ones used in Model A.
I exported schedules to Excel and now I´m trying to insert them using Element.SetParameterByName, but my doubt is how to force Dynamo to match Family Type names in excel with ones in the Model, so it fills just values for similar families, leaving others empty.
For now I´m trying to make it work with one parameter but I have more than 20…

thanks!

Short answer: the Dictionary.ByKeysValues from Spring Nodes could probably help