ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Sum + IF Array wrong sum (https://www.excelbanter.com/excel-worksheet-functions/218431-sum-if-array-wrong-sum.html)

ATL_Gabriel

Sum + IF Array wrong sum
 
=SUM(IF(Prod={"Product_12","Product_100"},Vol,0))
This funtion array fails to return the correct sum. The product name (Prod)
column and value (Vol) column reprsents about 900 rows. The fomula returns
the wrong sum when this happens. If I reduce rows to 258 or less the correct
sum is returned. Is there a limitation when using arrays.

Elkar

Sum + IF Array wrong sum
 
It should work. My guess might be that you originally set up the Names
"Prod" and "Vol" to include 258 rows, but never redefined these ranges as you
added more data?

Hit CTRL-F3
Select "Prod"
Verify that it refers to the entire range you want to include (900+ rows)
Do the same with "Vol"

HTH
Elkar



"ATL_Gabriel" wrote:

=SUM(IF(Prod={"Product_12","Product_100"},Vol,0))
This funtion array fails to return the correct sum. The product name (Prod)
column and value (Vol) column reprsents about 900 rows. The fomula returns
the wrong sum when this happens. If I reduce rows to 258 or less the correct
sum is returned. Is there a limitation when using arrays.


ATL_Gabriel

Sum + IF Array wrong sum
 
Thanks Elkar,

You r correct it should works. False alarm....I have product names that
repeat so that were being double counted.

:(



All times are GMT +1. The time now is 08:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com