SUMIFS - Multiple Columns & Status Selections
I need to sum the rows in "Loan Amounts" column when it meets the following criteria: Division = HB and Status = In Process, or On Hold, or Approved. I can get he formula to work when only having one status such as "In Process", but when I try to add the other 2 options I get an error. Can someone help me with this?
Best Answer
-
please post your attempted formula when asking questions, as often it can be a simple issue of a missed parenthesis or comma, and it can help us understand what you are trying to do.
Either way, from what you described the formula below should work.
=sumifs([loan amounts]:[loan amounts],division:division,"HB",status:status,or(@cell = "In Process", @cell = "On Hold", @cell = "Approved
Answers
-
please post your attempted formula when asking questions, as often it can be a simple issue of a missed parenthesis or comma, and it can help us understand what you are trying to do.
Either way, from what you described the formula below should work.
=sumifs([loan amounts]:[loan amounts],division:division,"HB",status:status,or(@cell = "In Process", @cell = "On Hold", @cell = "Approved
-
Thank you, I meant to copy in the formula. By going off your example, I was able to see what I was missing. It works now, thanks again!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!