Hello!
I seem to face a problem when constructing a trial balance for which i use nested ifs. So the formula goes like this
IF('GL Accounts'='GL Accounts'."Revenue" ,'Revenue Staging',IF('GL Accounts'='GL Accounts'."Other income" ,'Other Income staging'))
So the condition is different for each list item in GL Account dimension (Which has 40 items)
When we try to use the nested ifs, it doesn’t allow us beyond 17 loops. Cannot use the switch statement as we have a different criteria for each list item.
Have you guys gone through such a situation and found an alternative to long nested loops?
Thanks in advance for your help!