Dani_Solis
May 03, 2023Copper Contributor
Formula Choices
Hello there,
I am working in SP List and I would like to add a column choice with default value "On" and with a formula change this value from "On" to "Off". But it's not working.
Example I have these columns:
"Score" column data type=number (Default value=0)
"On\Off" column data type=choice (Default value="On")
This is my formula but it doesn't working:
IF(Score<=1,"On","Off")
What am I doing wrong or what I'm trying can't be done with the Choice column type?
I hope you can help me.
Thanks
DS