+ Reply to Thread
Results 1 to 4 of 4

Sumproduct-how do i do that and keep the right syntax?

  1. #1
    Registered User
    Join Date
    07-01-2006
    Posts
    40

    Sumproduct-how do i do that and keep the right syntax?

    someone receommended me this statement

    =SUMPRODUCT(SP-B!$M$12:$M$10000,(SP-B!$E$12:$E$10000="")+(YEAR(SP-B!$E$12:$E$10000)=2006))

    it works great but i'm trying to remove the part in bold. how do i do that and keep the right syntax?

    thank you

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Just remove bold segment and the + sign ...
    HTH
    Carim


    Top Excel Links

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,677
    Try

    =SUMPRODUCT(SP-B!$M$12:$M$10000,--(YEAR(SP-B!$E$12:$E$10000)=2006))

  4. #4
    Registered User
    Join Date
    07-01-2006
    Posts
    40
    Quote Originally Posted by daddylonglegs
    Try

    =SUMPRODUCT(SP-B!$M$12:$M$10000,--(YEAR(SP-B!$E$12:$E$10000)=2006))
    that worked thank you

+ 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