You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add an option to add numbers to identify the parenthesis levels ie
=IF(#1
SUM(#2
IF(#3
FOO = BAR,
10,
0 #3),
10 #2) = 20,
"FOO",
"BAR" #1)
Naturally they should have a different color.
The text was updated successfully, but these errors were encountered:
Note: ignore the green/yellow/blue highlights in the image. I applied them to help me identify categories of elements in the formula. You would have no way of doing this.
Could you add an option to add numbers to identify the parenthesis levels ie
=IF(#1
SUM(#2
IF(#3
FOO = BAR,
10,
0
#3),
10
#2) = 20,
"FOO",
"BAR"
#1)
Naturally they should have a different color.
The text was updated successfully, but these errors were encountered: