+ Reply to Thread
Results 1 to 5 of 5

Sumif question

Hybrid View

  1. #1
    Registered User
    Join Date
    12-01-2006
    Posts
    99

    Sumif question

    I got 2 formula's that I am trying to add together but cant get it to work

    this are the formula's
    =SOM(O11,Q9,S6,U8,W5,Y6,AA4)
    =ALS(R24=1,"Yes",ALS(R24=0,"No"))

    I tryed with sumproduct and sumif ut cant figure it out

    Does anyone know how to solve this?

    ALS = IF
    SOM = SUM

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    It depends how you want to "add" the formulas. Do you mean you want the sum to replace "Yes" in the IF formula so that if R24 is 1 you get the result of the sum, otherwise you get zero? If so try

    =ALS(R24=1,SOM(O11,Q9,S6,U8,W5,Y6,AA4),0)

  3. #3
    Registered User
    Join Date
    12-01-2006
    Posts
    99
    Quote Originally Posted by daddylonglegs
    It depends how you want to "add" the formulas. Do you mean you want the sum to replace "Yes" in the IF formula so that if R24 is 1 you get the result of the sum, otherwise you get zero? If so try

    =ALS(R24=1,SOM(O11,Q9,S6,U8,W5,Y6,AA4),0)

    R24 can only be 1 if the sum calculate that

    the sum can only be 1 or 0
    SOM(O11,Q9,S6,U8,W5,Y6,AA4)

    so if the out come of the sum is 1 then Yes if it is 0 then No
    Last edited by Selo; 04-22-2007 at 08:31 AM.

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

    =ALS(SOM(O11,Q9,S6,U8,W5,Y6,AA4)=1,"Yes","No")

  5. #5
    Registered User
    Join Date
    12-01-2006
    Posts
    99

    Thumbs up

    That works great 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