+ Reply to Thread
Results 1 to 3 of 3

Sum display the result of an IF formula

  1. #1
    Registered User
    Join Date
    05-05-2007
    Location
    Palmdale, CA
    Posts
    10

    Sum display the result of an IF formula

    I'm trying to sum out services on an excel build sheet I have. I need to add a 8 dollar fee if a monitor is sold. right now i have =IF(E16>N13, "8.00",IF(E16=0,E16))

    this formula displays the information in the needed location however another formula that refers to the location the provided formula is will not include the result of the formula in its sum total

    so for an example:

    if E16 = $200

    then E28 {which contains the =IF(E16>N13, "8.00",IF(E16=0,E16))} = $8

    the D33 {which contains =sum(e26:28)} since E26:27 are blank D33 should show = $8

    but D33 will not populate whats in E28

    Please show me what I'm missing
    Last edited by JustCofox; 11-20-2008 at 05:11 AM.

  2. #2
    Forum Contributor vandanavai's Avatar
    Join Date
    09-04-2006
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    256
    Hello

    I thank put 8.00 instead of "8.00" in formula in cell E28

  3. #3
    Registered User
    Join Date
    08-07-2008
    Location
    Northants, England
    Posts
    18
    There are a number of errors here. First thing, as vandanavai stated, you should take the "" away from the 8.00. Secondly... i noticed you have a space before the "8.00" which doesn't need to be there. However... i believe the problem to which you are referring is actually in cell D33. The formula here is =sum(e26:28) and should actually be =sum(e26:e28) - notice the e28 rather than just 28.

+ 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