Use case or problem
A formula equivalent to the ‘Switch’ formula in Excel or Google Sheets to avoid messy nested ‘if’ formulas.
Proposed solution
Syntax something like?
switch([case1],[value1],[case2],[value2]...etc)
Current workaround (optional)
Nested if statements. More difficult to read/write.
Thanks Obsidian wizards!