M mschmidt Dec 4, 2007 #1 So if I have a cell with say 43,238 minutes, I would like to convert into Hours and Minutes. thanks
P Pranav Vaidya Dec 4, 2007 #2 Hi, Suppose your data is in cell A1. Now type this formula in cell A2 =A1/60 Then select cell A2 and change the format of this cell to 'Time'. HTH,
Hi, Suppose your data is in cell A1. Now type this formula in cell A2 =A1/60 Then select cell A2 and change the format of this cell to 'Time'. HTH,
N Niek Otten Dec 4, 2007 #3 divide by (60*24) and format Custom as [hh]:mm -- Kind regards, Niek Otten Microsoft MVP - Excel | So if I have a cell with say 43,238 minutes, I would like to convert | into Hours and Minutes. | | thanks
divide by (60*24) and format Custom as [hh]:mm -- Kind regards, Niek Otten Microsoft MVP - Excel | So if I have a cell with say 43,238 minutes, I would like to convert | into Hours and Minutes. | | thanks
R Roger Govier Dec 4, 2007 #5 Hi Format the result cell, Format>Cells>Number>Custom>[h]:mm Use the formula =A1/1440 Excel stores times as fractions of a day, so divide by 60 then by 24 hence divide by 1440
Hi Format the result cell, Format>Cells>Number>Custom>[h]:mm Use the formula =A1/1440 Excel stores times as fractions of a day, so divide by 60 then by 24 hence divide by 1440
D David Biddulph Dec 4, 2007 #6 And have you checked the answer which that formula gives you, Pranav? Either 15:12 or 17295:12 (depending on formatting) seem unlikely answers. Perhaps a further division by 24 may be worth trying?
And have you checked the answer which that formula gives you, Pranav? Either 15:12 or 17295:12 (depending on formatting) seem unlikely answers. Perhaps a further division by 24 may be worth trying?