D
dvonj
My company is using a manual hundredths to minutes chart to change decimals
to minutes. Example if the hours worked shows as 1.83, the .83 is converted
to :50 minutes.
I am using a formula to calculate hours worked for the AM and PM routes with
a sign on and sign off time for each. The formula looks like this
=(D11-C11)*24 Sign on time is 5:20-C11, sign off time is 9:25 D11, hours
=4.08 The .08 in hundredths =05 minutes. At one point I use this formula to
display 4.08 in h:mm format, =TEXT(D11-C11,"h:mm") This returns 4:05. Is
there a way to create a lookup table that contains the hundredths to minutes
data then the cell with the value in hundredths look up and return the
corresponding value?
to minutes. Example if the hours worked shows as 1.83, the .83 is converted
to :50 minutes.
I am using a formula to calculate hours worked for the AM and PM routes with
a sign on and sign off time for each. The formula looks like this
=(D11-C11)*24 Sign on time is 5:20-C11, sign off time is 9:25 D11, hours
=4.08 The .08 in hundredths =05 minutes. At one point I use this formula to
display 4.08 in h:mm format, =TEXT(D11-C11,"h:mm") This returns 4:05. Is
there a way to create a lookup table that contains the hundredths to minutes
data then the cell with the value in hundredths look up and return the
corresponding value?