Winss
4 years agoQrew Trainee
Multiple if without leaving else part
I want to use multiple if in my formula multi-select where I'm searching for some text in the list & if a text is found then i have to give null output but if not found then a list as output I want to do this in multiple ifs
Most of the multiple if in QuickBase community is about not have else conditions.
so instead of if(condition1, TrueStatement1, condition2, TrueStatement2) or if(condition1, TrueStatement1, if(condition2, TrueStatement2, if(cond3,TrueStat3))) I want something like if(cond1, TrueStat1, FalseStat2, if(cond2,TrueStat2,FalseStat3, if(cond3,TrueStat3, FalseStat3)))
Please help to solve this.
------------------------------
Winss Albo
------------------------------
Most of the multiple if in QuickBase community is about not have else conditions.
so instead of if(condition1, TrueStatement1, condition2, TrueStatement2) or if(condition1, TrueStatement1, if(condition2, TrueStatement2, if(cond3,TrueStat3))) I want something like if(cond1, TrueStat1, FalseStat2, if(cond2,TrueStat2,FalseStat3, if(cond3,TrueStat3, FalseStat3)))
Please help to solve this.
------------------------------
Winss Albo
------------------------------