+ Reply to Thread
Results 1 to 5 of 5

Sum Formula Help

  1. #1
    Registered User
    Join Date
    04-12-2012
    Location
    Oshkosh, WI
    MS-Off Ver
    Excel 2016
    Posts
    22

    Sum Formula Help

    Hi guys - I have 2 formula questions that i'm having trouble figuring out. We are currently having a challenge at work for our wellness team that involves the number of steps a person acumulates on thier pedometer. and depending on the number of steps by a 4 person team, you get a certain number of drawings. But the catch is, everyone in the team needs to get at least 10,000 steps each week.

    So the first formula I have is a sum formula for each week, this is what I have so far:
    =IF(COUNT(B4:B7)=0,"",SUM(B4:B7))
    I want to make the formula NOT calculate if someone in Cells B4 through B7 did not get 10000 steps that week. So if each of the 4 people get more than 10,000 then the forumula adds up all 4 cells....hopefully that makes sence

    The second formula am having trouble with is total number of steps for all the weeks. The challenge is we recieve our first drawing at 80,000 steps, second at 100,000 steps, third at 140,000 and then we get an additional drawing for each additional 40,000. This is what I have so far for the formula:
    =IF(H3="","",IF(H3<80000,"0 Balls",IF(H3<100000,"1 Ball",IF(H3<140000,"2 Balls",IF(H3<180000,"3 Balls",IF(H3<220000,"4 Balls",IF(H3<260000,"5 Balls",IF(H3<300000,"6 Balls","7 Balls!!"))))))))

    I wanted to have the formula to continue every 40,000 steps but it must get too long to keep displaying because I get an error. I was thinking it going up to at least 10 drawings (or 10 Balls) Hopefully this makes sence to everyone

    Thanks and I appreciate all the help!

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Sum Formula Help

    The first formula:

    Please Login or Register  to view this content.
    Second formula:

    Please Login or Register  to view this content.
    Last edited by ConneXionLost; 05-10-2013 at 11:52 AM.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Registered User
    Join Date
    04-12-2012
    Location
    Oshkosh, WI
    MS-Off Ver
    Excel 2016
    Posts
    22

    Re: Sum Formula Help

    The first formula works wonderful.

    The second one will say VALUE if there is nothing entered into H3. Is there a way to hide the VALUE until something is entered into H3?

    Thanks again!

  4. #4
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Sum Formula Help

    I modified the second formula to correct that problem, give it another try.

  5. #5
    Registered User
    Join Date
    04-12-2012
    Location
    Oshkosh, WI
    MS-Off Ver
    Excel 2016
    Posts
    22

    Re: Sum Formula Help

    Thats perfect! Thank you so much for your 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