I'm trying to write a formula for a calculated field in Sharepoint Designer 2007. Can anyone help me? Here is the long-hand version of what I want.
Field Name = Level
If Level 1 = true, Level = 1
If Level 2 = true, Level = 2
If Level 3 = true, Level = 3
If Level 4 = true, Level = 4
If Level 5 = true, Level = 5
Does anyone know what the formula would be for this calculated field?