Hi!
I'd need some ideas in troubleshooting SUMIFS formula that returns #VALUE ! error
I have a named ranges (within a table) to check particular "Department" + named range to check particular "Cost_type" and summarize the match. So the formula looks something like:
I have a table with close to 2000 rows, however just a handful match the SUMIFS criteria, so it shouldn't be the string limitation. Some weird behaviour:
1) If I swap the named ranges to actual ranges (e.g. B2:B2066 for sums etc), it will work - so I don't think it can be a string limitation
2) If I use the same named ranges in plain SUMIF formula, it will handle those ranges just fine, e.g:
Any idea what might be causing this? What could be wrong with my ranges? Tried to re-create them, but to no avail. Thanks!
I'd need some ideas in troubleshooting SUMIFS formula that returns #VALUE ! error
I have a named ranges (within a table) to check particular "Department" + named range to check particular "Cost_type" and summarize the match. So the formula looks something like:
Code:
=SUMIFS(Sums,Cost_type,"Telephone",Department,"Sales")
I have a table with close to 2000 rows, however just a handful match the SUMIFS criteria, so it shouldn't be the string limitation. Some weird behaviour:
1) If I swap the named ranges to actual ranges (e.g. B2:B2066 for sums etc), it will work - so I don't think it can be a string limitation
2) If I use the same named ranges in plain SUMIF formula, it will handle those ranges just fine, e.g:
Code:
=SUMIF(Department,"Sales",Sums)
Any idea what might be causing this? What could be wrong with my ranges? Tried to re-create them, but to no avail. Thanks!