+ Reply to Thread
Results 1 to 3 of 3

Add Numbers in a Column based on information in adjacent cell.

  1. #1
    Registered User
    Join Date
    09-22-2009
    Location
    SLC, Utah, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Add Numbers in a Column based on information in adjacent cell.

    I want to add only the numbers in A1:A25 if the row that they are on has a certain value in an adjacent cell. For Example if row 1,3,4,7,8,20 all have the word "Yes" in column B I would like to add the values in A1,3,4,7,8,20.

    Thank you for your help.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Add Numbers in a Column based on information in adjacent cell.

    =SUMIF(B1:B25,"Yes",A1:A25)

  3. #3
    Registered User
    Join Date
    09-22-2009
    Location
    SLC, Utah, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Add Numbers in a Column based on information in adjacent cell.

    Awesome, Thank you so 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