Hello Community,
I am trying to reference a page which has certain weights assigned to the categories which the users will select while filling out the form. Based on the selection of the categories the weight is calculated and the total weight is shown. I am attaching the Screenshot of the page which has the categories and their corresponding weights and the other sheet which has the formula to calculate the total weight.
Formula to Calculate Weight :
=SUM(VLOOKUP([Stakeholder level of interest]@row:[Commitment of Stakeholder]@row))
Error :
Incorrect Argument Set
Screenshot Categories 1 shows the categories selected by the users while filling out the form and Screenshot Weight shows the corresponding Weight Value for each category.