Switch Question

Can you change the display value of the switch (essentially relabel it from true/false)? I don’t think so but just checking.

The only way to do that would be through an IfThenElse column. It would be great to do this natively per Boolean, but not currently possible.

1 Like

Great - IFT isn’t so bad, thank you! :relaxed:

1 Like

If you’re doing the math in the google sheet, you can use switch() also.

=switch(CELL, “false”, “new value”)

1 Like