How to include Paranthesis in formula.
I am using an IF formula in a Total column
Column A
A) Option 1
B) Option 2
Total Column
= IF ([Column A]@row = "A) Option 1" , "3", IF([Column A]@row = "B) Option 2" , "5"))
- I am getting error, as ) is prematurely closing out the computation.
Any help is much appreciated.
Thank you,
Deepthi
Answers
-
You need to put a final "ELSE" clause in that nested IF( statement. Something like:
= IF ([Column A]@row = "A) Option 1" , "3", IF([Column A]@row = "B) Option 2" , "5", FALSE))
Replace that FALSE with whatever you would like to appear if it is not either of those things.
Best,
Zach Hall
Training Delivery Manager / Charter Communications
-
Hi Zachary,
Thank you for your response. My issue is with: = IF ([Column A]@row = "A) Option 1" , "3", IF([Column A]@row = "B) Option 2" , "5"))
If I use: = IF ([Column A]@row = "A. Option 1" , "3", IF([Column A]@row = "B. Option 2" , "5")) - I do Not get error. However, if I use "A)" I am getting error with ")".
Thank you,
Deepthi
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 436 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!