ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   SUMPRODUCT #VALUE! Error (https://www.excelbanter.com/excel-worksheet-functions/169588-sumproduct-value-error.html)

juliejg1

SUMPRODUCT #VALUE! Error
 
I have the following formula:

=SUMPRODUCT(--(Details!$X$6:$X$1690.19),--(Details!$X$6:$X$169<0.31),(Details!$AF$6:$AG$169) )

This formula is suppose to be saying:
Lookin in column X for any numbers less than .31 and greater than .19 and
for all of those matching the criteria sum up the values in columns AF and AG.
I'm getting an error #VALUE!
Any suggestions?

Peo Sjoblom

SUMPRODUCT #VALUE! Error
 
You need to use this instead if you have 2 columns

=SUMPRODUCT((Details!$X$6:$X$1690.19)*(Details!$X $6:$X$169<0.31)*(Details!$AF$6:$AG$169))


you cannot use the built SUMPRODUCT way delimited with commas if you have
more than one column to sum, you would need the asterisk and multiply the
arrays


--


Regards,


Peo Sjoblom


"juliejg1" wrote in message
...
I have the following formula:

=SUMPRODUCT(--(Details!$X$6:$X$1690.19),--(Details!$X$6:$X$169<0.31),(Details!$AF$6:$AG$169) )

This formula is suppose to be saying:
Lookin in column X for any numbers less than .31 and greater than .19 and
for all of those matching the criteria sum up the values in columns AF and
AG.
I'm getting an error #VALUE!
Any suggestions?




juliejg1

SUMPRODUCT #VALUE! Error
 
Thanks again...works great!

"Peo Sjoblom" wrote:

You need to use this instead if you have 2 columns

=SUMPRODUCT((Details!$X$6:$X$1690.19)*(Details!$X $6:$X$169<0.31)*(Details!$AF$6:$AG$169))


you cannot use the built SUMPRODUCT way delimited with commas if you have
more than one column to sum, you would need the asterisk and multiply the
arrays


--


Regards,


Peo Sjoblom


"juliejg1" wrote in message
...
I have the following formula:

=SUMPRODUCT(--(Details!$X$6:$X$1690.19),--(Details!$X$6:$X$169<0.31),(Details!$AF$6:$AG$169) )

This formula is suppose to be saying:
Lookin in column X for any numbers less than .31 and greater than .19 and
for all of those matching the criteria sum up the values in columns AF and
AG.
I'm getting an error #VALUE!
Any suggestions?






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

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