Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default 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?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SUMPRODUCT #VALUE! error Chris Slowe Excel Worksheet Functions 2 June 19th 07 05:00 PM
SUMPRODUCT #N/A error R Ormerod Excel Discussion (Misc queries) 7 April 14th 07 02:56 AM
Sumproduct value error Brad Excel Worksheet Functions 7 October 31st 06 09:47 PM
Sumproduct error nospaminlich Excel Worksheet Functions 0 March 1st 05 06:48 PM
SUMPRODUCT ERROR Mestrella31 Excel Discussion (Misc queries) 1 January 26th 05 08:01 PM


All times are GMT +1. The time now is 06:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"