Hello, I have created a section that has different drop down fields ranging from 1 to 4 to grade project size etc. I want to know is it possible to take the values from each of the 4 Grades, to calculate the overall grade?

Hello, I have created a section that has different drop down fields ranging from 1 to 4 to grade project size etc. I want to know is it possible to take the values from each of the 4 Grades, to calculate the overall grade?
Yes go to your option set and set the option set ID to the number of the grade
then create a sum field using power fx formulate
something like text('<option set name>'.<option number>) + <the next one> and so on