Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert pocket excel back to standard excel | Excel Discussion (Misc queries) | |||
"Group" function very slow with Excel 2003 :( ... While very quick with Excel2000 :O) | Excel Discussion (Misc queries) | |||
Stop Excel Rounding Dates | Excel Discussion (Misc queries) | |||
Excel error - Startup (and Acrobat PDFMaker) | Setting up and Configuration of Excel | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |