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
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!