+ Reply to Thread
Results 1 to 5 of 5

Summing values based on the criteria of an empty adjacent cell

  1. #1
    Registered User
    Join Date
    12-28-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    3

    Summing values based on the criteria of an empty adjacent cell

    Hi folks,
    Bit of an excel noob here. I tried to search using the above title before posting, but I kept getting a fatal error.

    What I am trying to do is add the total of column G (range is G3:G42) only where an entry does NOT exist in column N (range is N3-N42).

    All I can find reference to is how to do this where there IS an entry in the adjacent (N) column.

    Thanks for your help!
    Last edited by NBVC; 12-29-2010 at 01:54 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Summing values based on the criteria of an empty adjacent cell

    Try:

    =SUMIF(N3:N42,"",G3:G42)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    12-28-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Summing values based on the criteria of an empty adjacent cell

    Awesome, thanks!

    And, to complicate slightly, if I wanted to exclude G4 and G7 from the total?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Summing values based on the criteria of an empty adjacent cell

    You mean?

    =SUMIF(N3:N42,"",G3:G42)-(G4+G7)

  5. #5
    Registered User
    Join Date
    12-28-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Summing values based on the criteria of an empty adjacent cell

    I sure do!!!!

    Thanks again!

+ 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