+ Reply to Thread
Results 1 to 3 of 3

Need Help, this is driving me nuts

  1. #1
    Registered User
    Join Date
    01-15-2006
    Posts
    5

    Need Help, this is driving me nuts

    OK, I'm not a math or computer person but my wife is something like that and she can't do it (I guess she is not that great, this seems to be simple enough). Basically I was trying to use an excell spreadsheet to keep my fitness progress and I found something on the internet, but the problem is that it's very limited from what I want, which in turn is much simpler than the template I found.

    I started working out and just wanted to keep track of my body measurements (chest, biceps, etc) and this template does it, except that it measures the difference as negative. Example: Today my right biceps measures 12 inches and next week it measures 13, the difference should be +1. This template calculates as a negative so the result would be -1 instead. Other than that the spreadsheet is perfect.

    Also can I add more rows for body parts that are not listed and delete other functions I don't care for like the total or bmi at the botton of the template?

    This is the spreadsheet:

    http://office.microsoft.com/en-us/te...CT010482871033


    Thanks

  2. #2
    Bob Phillips
    Guest

    Re: Need Help, this is driving me nuts

    That is because it is showing loss, and a gain is a negative loss. Just
    change it around, change E8 to say Month gain, then change the formula in E8
    to
    =OFFSET(E8,0,-1)-OFFSET(E8,0,-2)

    the formula in F8 to

    =OFFSET($F8,0,-2)-$C8

    and copy both cells down to row 15

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "heitorfjr" <[email protected]> wrote
    in message news:[email protected]...
    >
    > OK, I'm not a math or computer person but my wife is something like that
    > and she can't do it (I guess she is not that great, this seems to be
    > simple enough). Basically I was trying to use an excell spreadsheet to
    > keep my fitness progress and I found something on the internet, but the
    > problem is that it's very limited from what I want, which in turn is
    > much simpler than the template I found.
    >
    > I started working out and just wanted to keep track of my body
    > measurements (chest, biceps, etc) and this template does it, except
    > that it measures the difference as negative. Example: Today my right
    > biceps measures 12 inches and next week it measures 13, the difference
    > should be +1. This template calculates as a negative so the result
    > would be -1 instead. Other than that the spreadsheet is perfect.
    >
    > Also can I add more rows for body parts that are not listed and delete
    > other functions I don't care for like the total or bmi at the botton of
    > the template?
    >
    > This is the spreadsheet:
    >
    >

    http://office.microsoft.com/en-us/te...CT010482871033
    >
    >
    > Thanks
    >
    >
    > --
    > heitorfjr
    > ------------------------------------------------------------------------
    > heitorfjr's Profile:

    http://www.excelforum.com/member.php...o&userid=30491
    > View this thread: http://www.excelforum.com/showthread...hreadid=501446
    >




  3. #3
    Registered User
    Join Date
    01-15-2006
    Posts
    5
    Thank you very much, you people are geniuses.

    Now I'm trying to save the spreadsheet on my computer but when I try to open it, it freezes the computer. Why is that happening? Could be the macro?

+ 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