Add multiple (yes)

good day
I have 3 enum columns, which have a value (yes or no),
if the value is โ€œyesโ€ create a virtual column to replace the โ€œyesโ€ by a percentage number (with an if formula), and then I made a fourth virtual column to add the 3 virtual columns above,

my question is if it is possible to have only one virtual column that sums the percentages of the real columns depending on the state of โ€œyes or noโ€, try with โ€œsumโ€ and sum the 3 if expressions, but it does not allow me.
Beforehand thank you very much.

0 2 92
2 REPLIES 2

This?

IF(...)
+
IF(...)
...

This one works without problems?
You just need to replace the [NameOfVC1], [NameOfVC2], and [NameOfVC3] in the expression for the same expressions that you have today on each of the app formulas of the 3 VC

Top Labels in this Space