Value from excel on specific place(s) in a list

Hi,

I read from excel the F en q values both of them can be dead load(DL) and live load (LL)
In revit the loads are drawn with a standard value now i want to put the excel values on the right place as parameter belonging by the element(load)
On the far right i typed the values in a note

the F en q values can be assigned to multiple elements(loads)

Edit Question: Which way do I have to go to get the correct value in the parameter of the correct element

You could look at using dictionaries to call the parameter values by key
Excel example
image

Build dictionaries - note list levels

Then you can feed in the types as a key and get the values for the element

2 Likes

This is indeed the way to go thnks.