Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please help.
If cell A8 is a time value - 7:00 (total elapsed hours), and If cell A10 is a unit value - 7 (total units) I need to know units per hour. Simple case..this would be 1 unit per hour. I'm trying to do a simply formula of A10/A7...and am getting some funky numbers. Any help would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not surprising, what is in cell A7? Try formatting the cell with the
formula as Number and then use =A10/(A8*24) phowe43 wrote: Please help. If cell A8 is a time value - 7:00 (total elapsed hours), and If cell A10 is a unit value - 7 (total units) I need to know units per hour. Simple case..this would be 1 unit per hour. I'm trying to do a simply formula of A10/A7...and am getting some funky numbers. Any help would be appreciated. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the 7:00 is formatted as time then try this
=A10/Hour(A8) "phowe43" wrote: Please help. If cell A8 is a time value - 7:00 (total elapsed hours), and If cell A10 is a unit value - 7 (total units) I need to know units per hour. Simple case..this would be 1 unit per hour. I'm trying to do a simply formula of A10/A7...and am getting some funky numbers. Any help would be appreciated. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks folks. Both work...just different approaches. "akphidelt" wrote: If the 7:00 is formatted as time then try this =A10/Hour(A8) "phowe43" wrote: Please help. If cell A8 is a time value - 7:00 (total elapsed hours), and If cell A10 is a unit value - 7 (total units) I need to know units per hour. Simple case..this would be 1 unit per hour. I'm trying to do a simply formula of A10/A7...and am getting some funky numbers. Any help would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Question involving two columns and returning a count | Excel Discussion (Misc queries) | |||
condition formatting involving formula | Excel Worksheet Functions | |||
formula in pivot tables involving counting text cells | Excel Worksheet Functions | |||
Formula involving a letter that has to have a numeric value | Excel Worksheet Functions | |||
Help with a formula involving 3 columns | Excel Worksheet Functions |