csliger931
New Member
- Joined
- Jul 22, 2020
- Messages
- 21
- Office Version
- 365
- 2016
- Platform
- Windows
Hi All,
I have a really dumb question that I can't seem to figure out. I have a SUMIFS formula searching a range of numbers that contain a few #values! errors. Obviously, the SUMIFS result is going to be an error (#values!) for these, and I can't use aggregate since it doesn't have SUMIFS. The easiest way to fix this would be an IFERROR statement nested in the SUMIFS formula (i.e. SUMIFS(A2:A13, B2:B13, "RED", IFERROR(A2,"")), but I'm not even sure I can do this, or where I would put the IFERROR function. Does anyone know how to have the SUMIFS formula skip "#values!" errors? Or perhaps another formula that would work better? I would rather not remove all of the #values! from my range because that is going to add alot of time to my exercise (I have multiple tabs with multiples #values! errors).
Thanks!
Chris
I have a really dumb question that I can't seem to figure out. I have a SUMIFS formula searching a range of numbers that contain a few #values! errors. Obviously, the SUMIFS result is going to be an error (#values!) for these, and I can't use aggregate since it doesn't have SUMIFS. The easiest way to fix this would be an IFERROR statement nested in the SUMIFS formula (i.e. SUMIFS(A2:A13, B2:B13, "RED", IFERROR(A2,"")), but I'm not even sure I can do this, or where I would put the IFERROR function. Does anyone know how to have the SUMIFS formula skip "#values!" errors? Or perhaps another formula that would work better? I would rather not remove all of the #values! from my range because that is going to add alot of time to my exercise (I have multiple tabs with multiples #values! errors).
Thanks!
Chris