SumIfs with multiple values from same column
I'm attempting to Sum $ based on several statuses in the Status Column, but can't figure out how to use multiple values.
I successfully used the below to sum for one status, but need to add 3 more statuses "Pending Mail Merge" , "Awaiting Calculation" and "Payment Received"
=SUMIFS([Amount of Bonus Owed to Company (Gross)]:[Amount of Bonus Owed to Company (Gross)], [Program Type]:[Program Type], "Sign-On Bonus", Status:Status, ="Pending Initial Notification")
Thanks in advance for your help!!
Best Answer
-
Something like this?
=SUMIFS([Amount of Bonus Owed to Company (Gross)]:[Amount of Bonus Owed to Company (Gross)], [Program Type]:[Program Type], "Sign-On Bonus", Status:Status, OR(@cell="Pending Initial Notification",@cell="Pending Mail Merge",@cell="Awaiting Calculation",@cell="Payment Received"))
Answers
-
Something like this?
=SUMIFS([Amount of Bonus Owed to Company (Gross)]:[Amount of Bonus Owed to Company (Gross)], [Program Type]:[Program Type], "Sign-On Bonus", Status:Status, OR(@cell="Pending Initial Notification",@cell="Pending Mail Merge",@cell="Awaiting Calculation",@cell="Payment Received"))
-
@Leibel S that worked! THANK YOU!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!