So I have a drop down column with options from 1--3. Each has a description similar to this:
Priority
1 - Nice to have
2 - Needed
3 - Required
I would like to total the actual number that is selected in a row below these options (then I'll total the row).
What would this formula look like? I've tried a simple if =IF(Priority@row = "Nice to have", "1", 0) and I keep getting 0. I don't want to count the number of selections, I just want the numerical value of the selection.
Thanks!