LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

The MONTH function produces an error with non-numeric cells that poisons
the calculation. Expand to either

=SUMPRODUCT((IF(ISNUMBER(C2:C40),MONTH(C2:C40)=MON TH(A1)))*((B2:B40="A")+(B2:B40="B"))*(((D2:D400)+ (E2:E400)+(F2:F400)+(G2:G400))0))
or
=SUM((IF(ISNUMBER(C2:C40),MONTH(C2:C40)=MONTH(A1)) )*((B2:B40="A")+(B2:B40="B"))*(((D2:D400)+(E2:E40 0)+(F2:F400)+(G2:G400))0))

Either must be array entered (Ctrl-Shift-Enter). SUMPRODUCT usually
does not require array entry, but it does in this case becase of the
MONTH function.

Jerry

JustMe602 wrote:

I am not getting the suggested

SUMPRODUCT function to work?

JustMe.


 
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
... Count Function ... with any character ... Dr. Darrell Excel Discussion (Misc queries) 4 August 9th 05 10:00 PM
Sum Indirect function through multiple sheets Andre Croteau Excel Discussion (Misc queries) 2 May 6th 05 10:44 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
How can I use count function in excel where I have several criter. Princess V Excel Worksheet Functions 14 November 3rd 04 10:18 PM


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

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

About Us

"It's about Microsoft Excel"