Solved
Getting error while using 3 nested if functions - Any changes i need to change ?
Here is my code

I understand that error i how can i use the same nested if without error?
Here is my code

I understand that error i how can i use the same nested if without error?
You have some unnecessary brackets in your code. Adding the correct syntax below.
if(
local!val=1,
35,
if(
local!val=2,
45,
if(
local!val=3,
55,
65
)
)
)
Anyway, I would recommend using a!match() now instead of nested if().
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.