Forum Discussion
Tamara Duvall
Apr 18, 2020Copper Contributor
!SPILL error with SUMIFS formula
This worksheet (produced in Office 365) is part of a larger workbook that I am putting together to produce monthly financials. There is a worksheet named transactions_data which is being searched to...
- Apr 18, 2020
That's since you have an array as latest condition. If you'd like to have OR condition, wrap entire formula with sum, i.e. =SUM(SUMIFS(...))
SergeiBaklan
Apr 18, 2020Diamond Contributor
That's since you have an array as latest condition. If you'd like to have OR condition, wrap entire formula with sum, i.e. =SUM(SUMIFS(...))
Tamara Duvall
Apr 18, 2020Copper Contributor
Thank you so much! The =SUM option worked beautifully.
- SergeiBaklanApr 18, 2020Diamond Contributor
Tamara Duvall , you are welcome