Please help an Excel Newbie!

M

Mustangman

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

Cells A4-R4 contain # of hours worked per day, say 5:30 (Time) in eac
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. Fo
example; A2 is 40 and the total available # of hours is 100 (which i
A1) then A3 would be 40%.

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

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

Any help I coul get would be appreciated!

Thanks,
Terry:confused
 
P

Peo Sjoblom

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top