I need help implementing the "OR" function for a SUMIF scenario
I want to sum what is in "Total Deal Value" when the status is either "Approved" or "Exception Approved".
There is something wrong with my syntax.... can someone help?
=SUMIF([Approval Status]:[Approval Status], OR(@cell ="Approved"), (@cell ="Exception Approved") [Total Deal Value]:[Total Deal Value])
Best Answers
-
See below proper syntax for using the OR() function
=SUMIF([Approval Status]:[Approval Status], OR(@cell = "Approved", @cell = "Exception Approved"), [Total Deal Value]:[Total Deal Value])
-
You will need to remove the opening parenthesis before the second "@cell" reference and insert a comma between the end of the OR function and the start of the last range.
Answers
-
See below proper syntax for using the OR() function
=SUMIF([Approval Status]:[Approval Status], OR(@cell = "Approved", @cell = "Exception Approved"), [Total Deal Value]:[Total Deal Value])
-
You will need to remove the opening parenthesis before the second "@cell" reference and insert a comma between the end of the OR function and the start of the last range.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 443 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!