سؤال

I have a two choice columns that display same three choices: 0, 3, 9

Column 1 has a value of 9

Column 2 has a value of 3

I want to add 9 and 3 on a new column.

Something so simple is giving me issues? Can anyone assist?

هل كانت مفيدة؟

المحلول

Assuming you have two columns named: Choice1 and Choice1.

Then you can create a new Calculated column in your list and use below formula:

=[Choice1]+[Choice1]

Output:

enter image description here

Microsoft official Reference: Calculated Field Formulas

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top