+ Reply to Thread
Results 1 to 4 of 4

Sumif

  1. #1
    Registered User
    Join Date
    05-22-2005
    Posts
    38

    Sumif

    Evening All,

    I am trying to count the number of connections that are signed.
    in this instance the total would be 15 but I am unsure how I am able to create a formula that would do this for the entire row A.

    A B
    1 Connections Stage
    2
    3 3 Signed
    4 5 Proposal
    3 5 Signed
    4 7 Proposal
    3 2 Signed

    Any help would be greatly appreciated.

    Regards

    James

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    I don't see how you get 15 from the posted data.

    =SUMIF(C:C,"Signed",B:B) returns 10

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    I make the answer 10

    try

    =SUMIF(B:B,"Signed",A:A)
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  4. #4
    Registered User
    Join Date
    05-22-2005
    Posts
    38
    thanks Guys!!!

+ 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