+ Reply to Thread
Results 1 to 3 of 3

added sum if correct lead to complete statement ?

  1. #1
    Registered User
    Join Date
    06-11-2012
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    44

    added sum if correct lead to complete statement ?

    Good afternoon

    Pretty simple question here but my brain is just dead, I have a time line that breaks hours up over a certain amount of months, and I was ondering if it was possible to set up a condition that once my numbers equal my total sum can I get it to say complete in the next cell.

    ie say this is my time line
    sum= 100------10-10-10-10-10-10-10-10-10-10 can I get the following cell to say complete ?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: added sum if correct lead to complete statement ?

    Probably. Let's say you have the value you want to sum to in cell A1 and your values in C1:N1

    In B1 = IF(SUM(C1:N1)>=A1,"Complete","")
    Is that what you are looking for?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    06-11-2012
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    44

    Re: added sum if correct lead to complete statement ?

    I believ I can make that work,
    thanks ChemistB

+ 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