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
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!