Getting sum of more than 2 columns of a row in another column

@trader_umr

Clever technique to set sliders as booleans. @Johg_Ananda

Here’s another approach to throw in the mix:

CountIf(
  List(thisRow.one,thisRow.two,thisRow.three,thisRow.four),
  CurrentValue=true
)
5 Likes