I have an AppSheet app, and I´m using multiple IF functions in my expressions. However, I´ve noticed that when I add more conditions, the application stops recognizing the code properly. Is there a known limit to the number of IF functions that can be used in a single app formula?
Have you tried using IFS() instead of nesting multiple IF functions? That might help simplify things a bit if you’re able to make it work.
IFS guide on AppSheet: https://support.google.com/appsheet/answer/10107912?hl=en
4 Likes