
Originally Posted by
DonkeyOte
You don't really state what the exact problem is though the final range is a different size to the previous ranges.
Given this fact the first formula will return #N/A whereas the latter two will return #VALUE! given use of double unary.
If you have headers in row 1 then commence ranges from row 2 or use the 3rd approach but change the final range such that it commences from row 1.
Whenever you use SUMPRODUCT keep ranges to a minimum - it's a very inefficient formula - if you have that much data you should concatenate B and Q into a single string and use a SUMIF approach.
Bookmarks