time conversion

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a cell containing total minutes referenced from other cells using
SUMIF. I need the total converted to hours and minutes (real time not
decimal). I have tried formatting the cell to h:mm but all I get is 0.00 (the
function is still active).

=SUMIF(B4:B200,B8,K4:K200).
S11 gives the totol of 1270. How do I get the cell to show hours and minutes?

Thanks,

Steane
 
Hi Steane,

=SUMIF(B4:B200,B8,K4:K200)/24/60

and format as time

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Hi Bob,
You beaut, works a treat. Makes sense when you step back and look at it. I
could format the cells to h:mm after modifying the formula.

Many thanks,

Steane
 
Hi Bob,
You beaut, it worked a treat. It makes sense when you sit back ot look at
it. I could format the cell to h:mm after modifying the formula.

Many thanks,

Steane
 

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

Back
Top