+ Reply to Thread
Results 1 to 3 of 3

Adding a group of cells based on a "yes" in another cell

  1. #1
    Forum Contributor
    Join Date
    07-02-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    221

    Adding a group of cells based on a "yes" in another cell

    I am looking for a formula in D7

    In col E I have a range of numbers
    In Col AA I have yes or no

    I would like to add all of the col E amounts from line 18-72 where the answer in AA of the same line is no or blank

    E AA
    18 2.00 Yes
    19 3.00 Yes
    20 5.00 No
    21 7.00

    D7 = 12.00

  2. #2
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Adding a group of cells based on a "yes" in another cell

    Hello mikerules,

    Maybe something like this?

    =SUMIF(AA20:AA74,"",E20:E74)+SUMIF(AA20:AA74,"No",E20:E74)

    Regards.
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  3. #3
    Forum Contributor
    Join Date
    07-02-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    221

    Re: Adding a group of cells based on a "yes" in another cell

    That seems to work great Thanks for taking the time!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. solution for the blank cell using the IF function
    By ragnaedge in forum Excel General
    Replies: 4
    Last Post: 08-23-2013, 11:03 AM
  2. Replies: 3
    Last Post: 04-14-2013, 11:53 PM
  3. [SOLVED] Splitting a Cell based on "/" and adding new Rows based on Part Number Logic
    By NeedForExcel in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-30-2013, 10:11 AM
  4. Change "Parent" cell based on results of multiple "Children" cells
    By ccowman in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-14-2012, 02:33 AM
  5. Replies: 3
    Last Post: 01-31-2008, 12:49 PM

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