Convert Days:Hours:Minutes:seconds To Minutes?
May 25, 2011
I have a spread sheet with a colum showing average time to complete a task. This is currently shown as Days:Hours:Minutes:Seconds (4:19:33:19). I meed it to be shown purely as minutes, or at least as hours and minutes.
View 4 Replies
ADVERTISEMENT
Dec 2, 2006
I have two columns A and B. Column A contains problem title and column B is duration minutes. In column B we enter always min and seconds it took us to resolve certain issues (22.15 = 22 minutes and 15 seconds) . At the end of the month I need to run a report for my manager to show her by problem title how long it took my group to resolve issues and it should output as Hours/min/days.
View 5 Replies
View Related
Sep 23, 2008
Does any know how I can convert 29.18:20:18 to total minutes?
View 7 Replies
View Related
Jun 28, 2008
I trying to figure a formula to convert time on a phone call eg. 01:01:21 into total seconds (3661). Phonecalls will never be more than an hour long but the spreadsheet I will be supplied with (havn't got it yet!) will display them in the 00:00:00 format.
View 5 Replies
View Related
Nov 13, 2006
I am trying to add duration time for song files. 4 minutes and 32 seconds + 3 minutes 45 seconds, etc. etc. to get total hours and then to total to days. The range of cells is over 5,000 and I am trying to find out how long a playlist will play.
View 9 Replies
View Related
Jan 8, 2007
I am trying to use the Mod function to convert the following:
I have time in hours in A1 as 12.66 and I need it to convert to 12 hours in A2, 39 minutes in A3, and 36 seconds in A4. What formula can I use to achieve this?
View 10 Replies
View Related
Jun 18, 2008
Is there an easy way of converting seconds from using a time into hours, minutes, seconds
View 9 Replies
View Related
Jul 13, 2006
I am trying to convert a number of "hours" "minutes" and "seconds", to give me a result in seconds only, in order that I may then financially cost the amount of time spent on a task. (A time and motion costing exercise)
Example:
1119:48:06
Represents 1119hours:48minutes:36seconds spent on a task.
I can manually convert this to 4031286 seconds, but it just takes too much time !!!(sorry!)
The data is extracted from a database which is unable to split the hours,minutes,seconds into seperate fields, which prevents me from using three cells in excel.
View 9 Replies
View Related
Dec 7, 2007
I have a spreadsheet that imports data relating to phone call durations. The information imports as a total number of seconds taken.
What I need to do is to change that number of seconds into hours, minutes and seconds.
Changing the format of the cells doesn't work.
I've tried everything I can think of, and run out of ideas.
example:
23 needs changing to 00:00:23
96 needs changing to 00:01:36
268 to 00:04:28
9374 to 02:35:14
View 7 Replies
View Related
Apr 1, 2009
I have the foollowing equation in a cell:
=NETWORKDAYS(A2,A12)+G12
My answer is 1081:23:42.
Is there a way to have it show the number of days, hours, minutes and seconds? So it will say 45:1:23:42? (45 days, 1 hour, etc...) Or something along these lines?
View 9 Replies
View Related
Apr 24, 2008
I have a column of tasks that take a certain amount of time to complete formated as h:mm:ss. I want to total the column and convert the total to days, hours and minutes. Is that posible and if so how do I configure a formula and format the cell? example:
task 1 54:00:00
task 2 20:45:00
task 3 27:05:20
task 4 51:10:45
total 153:01:05
How many days, hours and minutes?
View 6 Replies
View Related
Dec 5, 2006
I have a formula which will calculate the number of hours and minutes between two military times. I would like it to calculate the total number of minutes instead of hours and minutes. I have uploaded a small example of what i have so far.
View 3 Replies
View Related
Jul 4, 2006
What formula will convert 4.50 to 530 minutes ( "Decimal Time" )
another example 16.50 to 1250 minutes.
View 13 Replies
View Related
Jan 21, 2009
I'm trying to convert 3786 minutes to day:hours:minutes. So divided it by 1440 which is 2.63... but I want this displayed in the worksheet as 2 days 1 hour and 3 minutes (02:01:03), I just can't seem to get it to work and it seems quite simple... but I'm missing something.... I was trying a custom format like dd:hh:mm or [d]:hh:mm and I was also trying a convert function and =day/1440+hour +minute
View 9 Replies
View Related
Jul 4, 2007
I have a worksheet which I am trying to format as a template which includes inputting start times and end times of work and calculating how many minutes are taken to do the job. I just can seem to find the correct formula.
View 9 Replies
View Related
Sep 23, 2007
How can I Convert Decimal Minutes & Seconds To Total Seconds?
Here is the sample
View 4 Replies
View Related
Jun 6, 2014
[URL].....and the answer worked really well; up until a point of
Total Seconds32767
Time From Seconds09 hrs 06 minutes(s) and 07 second(s)
any higher than this value brings a #value error.
View 2 Replies
View Related
Jul 6, 2007
is there a way in VB to make it fast, and tidy, clear the contents of all unlocked cells on one sheet ?
View 2 Replies
View Related
Jan 30, 2012
I have 36 minutes and 40 seconds entered as 36.4 (General Format)
How do I convert this to an actual time format mm:ss
View 2 Replies
View Related
Aug 22, 2012
I have
Code:
Start date 21/08/2012 23:21:30
End Date 24/08/2012 22:21:45
is there a formula to get the time difference in Hours for example in this case its 72:01:15 72 Hours, 1 minute & 15 seconds
View 2 Replies
View Related
May 6, 2008
I have listed a total amount of timings for a study that I have totalled giving me a figure of 34.76 which is under an hour.
how do i convert to min and seconds - is there a formula?
View 9 Replies
View Related
Sep 16, 2007
Need to convert decimal degrees into degrees, minutes, & seconds (displayed in three columns). Currently calculated manually from ATAN, ASIN, or ACOS functions.
View 4 Replies
View Related
Aug 30, 2007
1) The output of an excel duration is : 22.00:8.00:25.00 ( day:hour:minutes ) - excel cannot average and work with this number format
2) resolution - =(LEFT(L2,4))+MID(L2, FIND(":",L2)+1,4)/24+MID(L2, FIND(":",L2,7)+1,4)/1440 as an array and Custom Format the cell as [h]:mm - works perfectly.
Q: to be conistent, the initial reporting is dd:hh:mm and then I convert to hh:mm so that excel can process the data. How can I convert from hh:mm to dd:hh:mm so that the excel report can be consistent in presenting the data to senior management?
example attached.
View 9 Replies
View Related
Jul 2, 2009
I'm hoping someone here might be able to help me please?
I am trying to write a function that will convert a number into days-hours-minutes. I have managed to get as far as hours-minutes using the following function.
=INT(A1/60)&"h "&ROUND(MOD(A1/60,1)*60,0)&"m"
e.g. If A1 = "7090" the result of this function will be "118h 10m".
I now need to express the result as xxxd xxxh xxxm and this is where I am stuck!
View 5 Replies
View Related
Jan 14, 2009
I have a database which shows a time some one came into work and a time they left. Formatted as HH:MM. I can minus the time they left from the time they came in...to work out how many hours they worked. However, whenever i want to work out how many mintes it is (time left - time in * 60). It does not seem to work.
Example
A1 - Time In 09:00
A2 - Time Out 17:00
A3 - Hours = 8 (A2-A1)
A4 - Mintes should be 480. (A3*60)
View 3 Replies
View Related
Aug 22, 2006
creating a formula for converting time data that has been created in an excel spreadsheet in minutes i.e. 516 minutes which I need to turn into Hours and Minutes i.e. 08:36 I am not experienced using Formulas, apologies if this question has been posted before, I did use the search facility to look for threads, but could not find anything related
View 5 Replies
View Related
Oct 5, 2007
I have been trying to write a formula to calculate the differrence in days, hours or minutes between 2 cells in Excel.
Here is an example of the two cells
06/08/2011 00:0006/08/2011 12:19
View 5 Replies
View Related
Jun 16, 2014
I have a list that shows total minutes. I need to convert that to days
Minutes
Days
326058
179348
405705
319725
I want the output to be 6.7 days, for example.
What formula should I use?
View 3 Replies
View Related
Feb 12, 2007
How can I convert an ordinary number i.e. 3.45 to Hours & Minutes?
A colleague has columns of data that when summed are all wrong i.e. 8.65 instead of 9 Hours 5 minutes.
View 9 Replies
View Related
Aug 29, 2007
How to I convert minutes into the equivalent fractional hours?
View 9 Replies
View Related