+ Reply to Thread
Results 1 to 4 of 4

SUMIF value present?

  1. #1
    Registered User
    Join Date
    07-27-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    41

    SUMIF value present?

    Hi I need a column to sum another column if a certain column contains/does not contain data, example attached.

    In the attached example I need Column D to sum Column C if Column B contains data, similarly I want Column E to sum Column C if Column B contains no data.

    Cheers
    Attached Files Attached Files
    Last edited by MjRmatt; 10-05-2010 at 10:04 AM.

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: SUMIF value present?

    When you say you want to sum another column what result would you expect in columns D and E for the example you have given?

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: SUMIF value present?

    Maybe...

    In D2: =IF(B2<>"",C2,"")
    In E2: =IF(B2="",C2,"")

    Dom

  4. #4
    Registered User
    Join Date
    09-20-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: SUMIF value present?

    Hi Mat... I am not sure if i understand your requirement but below is something i can contribute...

    type forumula in cell D2 for Allocated Sum=SUMIF(B2:B1048576,"*",C2:C1048576)
    and in Cell E2 for Unallocated Sum =SUMIF(B2:B1048576,"",C2:C1048576)

    Thanks...

+ 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