+ Reply to Thread
Results 1 to 3 of 3

SumProduct

  1. #1
    Registered User
    Join Date
    09-01-2011
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    2

    SumProduct

    Hi,

    I am trying to us SUMPRODUCT in one worksheet to count instances in another worksheet. I want it to tell me how many cells in column A have a date of 9/1/2011 which also has a U in column C in the same row. Here is the formula I am using but it is not working.

    =SUMPRODUCT('September 2011'!A:A,DATE(2011,9,1),'September 2011'!C:C="U")


    Any suggestions?

    Thank you!

    Yosemite

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: SumProduct

    You can't use whole columns in SUMPRODUCT in Excel 2003.....plus you need some "coercion", try something like this

    =SUMPRODUCT(('September 2011'!A1:A1000=DATE(2011,9,1))+0,('September 2011'!C1:C1000="U")+0)

    extend ranges as required
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-01-2011
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: SumProduct

    That did it. Thank you very much!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1