+ Reply to Thread
Results 1 to 4 of 4

How do i add cell values that are returned via a formula

  1. #1
    jr2001
    Guest

    How do i add cell values that are returned via a formula

    I am using a combo box to select A-F grades. I am then using the formula
    =IF(T1=5,"0","5") to return a value of 0 or 5 credits. I would then like to
    add those cells up to give a total of credits. However apparently normal
    "sum" does not work, even though the value that is displayed in the cell is a
    number. (5 or 0). HELP???

  2. #2
    Bob Phillips
    Guest

    Re: How do i add cell values that are returned via a formula

    Use


    =IF(T1=5,0,5)

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "jr2001" <[email protected]> wrote in message
    news:[email protected]...
    > I am using a combo box to select A-F grades. I am then using the formula
    > =IF(T1=5,"0","5") to return a value of 0 or 5 credits. I would then like

    to
    > add those cells up to give a total of credits. However apparently normal
    > "sum" does not work, even though the value that is displayed in the cell

    is a
    > number. (5 or 0). HELP???




  3. #3
    Toppers
    Guest

    RE: How do i add cell values that are returned via a formula


    Change to so the values are numeric not text - SUM will then work:

    =IF(T1=5,0,5)

    HTH

    "jr2001" wrote:

    > I am using a combo box to select A-F grades. I am then using the formula
    > =IF(T1=5,"0","5") to return a value of 0 or 5 credits. I would then like to
    > add those cells up to give a total of credits. However apparently normal
    > "sum" does not work, even though the value that is displayed in the cell is a
    > number. (5 or 0). HELP???


  4. #4
    jr2001
    Guest

    RE: How do i add cell values that are returned via a formula

    Thanks so much!!!! That was too easy!

    "Toppers" wrote:

    >
    > Change to so the values are numeric not text - SUM will then work:
    >
    > =IF(T1=5,0,5)
    >
    > HTH
    >
    > "jr2001" wrote:
    >
    > > I am using a combo box to select A-F grades. I am then using the formula
    > > =IF(T1=5,"0","5") to return a value of 0 or 5 credits. I would then like to
    > > add those cells up to give a total of credits. However apparently normal
    > > "sum" does not work, even though the value that is displayed in the cell is a
    > > number. (5 or 0). HELP???


+ 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