I have a drop down field in a table. There are three choices: Full Day, Half Day, None. To these choices I have assigned numeric values:1.0, 0.5, and 0. I would like to sum the column using a formula, but I can get it to work.
Any suggestions?
Note: The calculation is outside of the table.
I also have a column that is single line that needs to be summed. I can get this one to work, so I am assuming the problem with the drop down is either a reference problem or a value problem.