Number Options for a Single Value

I currently have a single value column with numbers in it and want to create an If Then Else column to be true if the number is over or equal to 18. I know you can do this with number columns, but it’s not seeming to be working with a Single Value column, anyone have any ideas?

Check the source of your single value column and ensure it is a number type. Alternatively, use a math column to coerce it to a number.

2 Likes

With the math column option, you can either do -0+0+Number or Number*1.