+ Reply to Thread
Results 1 to 3 of 3

sum if

Hybrid View

  1. #1
    choice
    Guest

    sum if

    how can i get this work?

    =sumif(a1:a100,3,b1:z100)

    thanks in advance

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    try this

    =SUMPRODUCT((A1:A100=3)*(B1:z100))
    not a professional, just trying to assist.....

  3. #3
    Peo Sjoblom
    Guest

    Re: sum if

    You cannot use sumif like that, it needs same sized ranges


    =SUMPRODUCT((A1:A100=3)*(B1:Z100))

    --
    Regards,

    Peo Sjoblom


    "choice" <choice@discussions.microsoft.com> wrote in message
    news:DB37E636-C276-4A5F-9E3A-0DC8F6D2CD95@microsoft.com...
    > how can i get this work?
    >
    > =sumif(a1:a100,3,b1:z100)
    >
    > thanks in advance




+ 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