Need to convert single option to number

Hey community,I have a column name “Marks” but it has single options, but i want to calculate the percentage out of that in another column, is there any function in Stackby where i can convert single option to number?

Yes this is possible in Stackby by using VALUE() formula,

VALUE(Marks)

Let me know if it works for you!