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!!