質問

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