+ Reply to Thread
Results 1 to 2 of 2

Please help an Excel Newbie!

  1. #1
    Registered User
    Join Date
    12-26-2005
    Posts
    1

    Question Please help an Excel Newbie!

    I am trying to use Excel to make a simple time tracker. This is the basic set up of my page:

    Cells A4-R4 contain # of hours worked per day, say 5:30 (Time) in each cell.

    Cell A2 is a running total of A4-R4. This formula I have already done.
    =SUM(A4:R4)

    Cell A3 is the % of a total # of hours available that A2 is. For example; A2 is 40 and the total available # of hours is 100 (which is A1) then A3 would be 40%.

    What would be the formula used to show the percentage of A1 that A2 is if A1 is a number such as 100 and A2 is in time format? When I format A2 to time my % gets screwed up each time I try it. Any ideas? A1 is not in time format but is a General number format.

    I also have A5, which is a running total of A1 (100) - A2. This also does not work when I have A2 in time format. It gives me a number which is close to the correct answer but just a little off.

    Any help I coul get would be appreciated!

    Thanks,
    Terry

  2. #2
    Peo Sjoblom
    Guest

    Re: Please help an Excel Newbie!

    Try

    =(SUM(A4:R4)*24)/A1

    format as percentage

    since one excel hour is 1/24 then you need to multiply with 24 to get
    decimal format

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Mustangman" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I am trying to use Excel to make a simple time tracker. This is the
    > basic set up of my page:
    >
    > Cells A4-R4 contain # of hours worked per day, say 5:30 (Time) in each
    > cell.
    >
    > Cell A2 is a running total of A4-R4. This formula I have already done.
    >
    > =SUM(A4:R4)
    >
    > Cell A3 is the % of a total # of hours available that A2 is. For
    > example; A2 is 40 and the total available # of hours is 100 (which is
    > A1) then A3 would be 40%.
    >
    > What would be the formula used to show the percentage of A1 that A2 is
    > if A1 is a number such as 100 and A2 is in time format? When I format
    > A2 to time my % gets screwed up each time I try it. Any ideas? A1 is
    > not in time format but is a General number format.
    >
    > I also have A5, which is a running total of A1 (100) - A2. This also
    > does not work when I have A2 in time format. It gives me a number which
    > is close to the correct answer but just a little off.
    >
    > Any help I coul get would be appreciated!
    >
    > Thanks,
    > Terry
    >
    >
    > --
    > Mustangman
    > ------------------------------------------------------------------------
    > Mustangman's Profile:
    > http://www.excelforum.com/member.php...o&userid=29903
    > View this thread: http://www.excelforum.com/showthread...hreadid=496096
    >



+ 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