#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default SUMPRODUCT help

I am working with 2 worksheets, Audit Log and Stats Report. I have a count
if function working properly - =COUNTIF(' Audit Log'!T:T,'Stats Report'!B10)
where T is a column of week numbers and B10 is week 15 (=WEEKNUM(A10)).

Now I need to use the above count if combined with =COUNTIF(' Audit
Log'!K:K,0) where K is a number ranging from 0 to 10

=SUMPRODUCT((' Audit Log'!T:T,'Stats Report'!B10),0) returns #VALUE!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default SUMPRODUCT help

I think you need to explain in more detail what you are trying to do with
your sumproduct formula, your formula doesn't make any sense
besides being incorrect.


--


Regards,


Peo Sjoblom

"BossneedsreportASAP" wrote
in message ...
I am working with 2 worksheets, Audit Log and Stats Report. I have a count
if function working properly - =COUNTIF(' Audit Log'!T:T,'Stats
Report'!B10)
where T is a column of week numbers and B10 is week 15 (=WEEKNUM(A10)).

Now I need to use the above count if combined with =COUNTIF(' Audit
Log'!K:K,0) where K is a number ranging from 0 to 10

=SUMPRODUCT((' Audit Log'!T:T,'Stats Report'!B10),0) returns #VALUE!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default SUMPRODUCT help

=SUMPRODUCT(--(' Audit Log'!T2:T200='Stats Report'!B10),(--(' Audit
Log'!K2:K200=0))

Note that SUMPRODUCT doesn't work with complete columns, you have to specify
a range.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"BossneedsreportASAP" wrote
in message ...
I am working with 2 worksheets, Audit Log and Stats Report. I have a count
if function working properly - =COUNTIF(' Audit Log'!T:T,'Stats
Report'!B10)
where T is a column of week numbers and B10 is week 15 (=WEEKNUM(A10)).

Now I need to use the above count if combined with =COUNTIF(' Audit
Log'!K:K,0) where K is a number ranging from 0 to 10

=SUMPRODUCT((' Audit Log'!T:T,'Stats Report'!B10),0) returns #VALUE!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default SUMPRODUCT help

Thanks Bob, you're the best!!

"Bob Phillips" wrote:

=SUMPRODUCT(--(' Audit Log'!T2:T200='Stats Report'!B10),(--(' Audit
Log'!K2:K200=0))

Note that SUMPRODUCT doesn't work with complete columns, you have to specify
a range.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"BossneedsreportASAP" wrote
in message ...
I am working with 2 worksheets, Audit Log and Stats Report. I have a count
if function working properly - =COUNTIF(' Audit Log'!T:T,'Stats
Report'!B10)
where T is a column of week numbers and B10 is week 15 (=WEEKNUM(A10)).

Now I need to use the above count if combined with =COUNTIF(' Audit
Log'!K:K,0) where K is a number ranging from 0 to 10

=SUMPRODUCT((' Audit Log'!T:T,'Stats Report'!B10),0) returns #VALUE!




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? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
SUMPRODUCT JN Excel Worksheet Functions 4 April 11th 07 09:20 PM
sumproduct? anand Excel Worksheet Functions 2 December 11th 05 09:12 AM
Sumproduct Jeremy Ellison Excel Worksheet Functions 1 December 9th 05 09:45 PM
SUMPRODUCT Hardy Excel Discussion (Misc queries) 1 November 24th 05 02:13 PM


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

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"