+ Reply to Thread
Results 1 to 9 of 9

percentage spreadsheet

  1. #1
    Registered User
    Join Date
    04-21-2010
    Location
    CA
    MS-Off Ver
    Excel 2003
    Posts
    4

    percentage spreadsheet

    Please see attached, it's a weight loss spreadsheet for me and some girlfriends.

    Note that B10 through K10 for example add up to 7.5037%. But cell K13 is supposed to display that number because it's total weight loss so far divide by starting weight (cell A9)
    What am I doing wrong?

    How come all weekly percentages don't just add up to total lbs lost so far divided by starting weight? How come those two numbers don't match! Please help!

    THANKS!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    04-15-2010
    Location
    India
    MS-Off Ver
    Excel 2003, Excel 2007, Excel 2010 and Excel 2013
    Posts
    22

    re: percentage spreadsheet

    Hi jennylovespigs,

    the formula you were using was incorrect starting cell C11 onwards. I have corrected the formula for you. The use of Cell A9 should have been made static and it would have worked fine.

    Do let me know in case of any clarifications.

    Cheers!!
    Excel-o-ratoR
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848

    re: percentage spreadsheet

    Percentages don't work that way...

    Imagine starting with 1000 and subtracting 10% each time
    1000 - 10% = 1000 - 100 = 900
    900- 10% = 900 - 90 = 810
    810 - 10% = 810 - 81 = 729

    Adding %'s would give you 30% but in actuality it is a 27.1% reduction.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    re: percentage spreadsheet

    Assuming all losses are expressed as a percent of original weight,

    B10 and across: =IF(B9="", "", A9-B9)

    B11 and across: =IF(B10 = " "," ",B10/$A9)

    B12 and across: =IF(B9="", "", $A9-B9)

    B13 and across: =B12/$A9
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Registered User
    Join Date
    04-21-2010
    Location
    CA
    MS-Off Ver
    Excel 2003
    Posts
    4

    re: percentage spreadsheet

    Thanks for your revision, but row 13 includes all total weight lost percentage, I think that's what your new formula leads to.

    What I want for row 11 is % lost just from the previous week, not from starting weight (cell a9) if I weighed 200 lbs week 2, and I weigh 195 lbs week 3, I want that percentage, not from my starting weight on week 1.

    Does this make sense?

    But is this mathematically wrong? Should I not assume that adding up weekly percentages weight loss dividing from the weight weighed in from the week before would add up to total percentage weight loss from the starting weight?

  6. #6
    Registered User
    Join Date
    04-21-2010
    Location
    CA
    MS-Off Ver
    Excel 2003
    Posts
    4

    re: percentage spreadsheet

    SHG, correct, but that is already noted in row 13, I don't want them expressed as a percentage lost from original weight, I want them as a percentage lost just from the weight the week prior.

  7. #7
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848

    re: percentage spreadsheet

    jenny,
    Please see my reply in post number 3 of this thread.

  8. #8
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    re: percentage spreadsheet

    As mdbct points out, you can't total week-to-week percentage losses in a meaningful way.

  9. #9
    Registered User
    Join Date
    04-21-2010
    Location
    CA
    MS-Off Ver
    Excel 2003
    Posts
    4

    re: percentage spreadsheet

    I hoped it was some thing above me I couldn't figure out/fix. Thanks! I'm a blonde, forgive me.

+ 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