LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel formula to convert decimals to time

I am using a formula to calculate the time taken and days taken to close a ticket. Using the following formula to calculate the time taken.

=IF(AND(OR(E2="Resolved",E2="Closed"),OR(C2="4-Low",C2="3-Medium",C2="2-High")), NETWORKDAYS(L2,O2),IF(AND(OR(E2="Resolved",E2="Clo sed"),C2="1-Critical"), IF(O2<L2,TEXT(O2+1-L2,"h:mm:ss"),TEXT(O2-L2,"h:mm:ss"))," "))

E2 refers to the status of the ticket
C2 refers to the criticality of the ticket
O2 refers to the Date and Time of Closure of the ticket
L2 refers to the date and time of assigning the ticket.


The requirement is this.

For criticality Low, medium and high, the time taken should be reported in days.

For criticality as critical, the time taken should be reported in hours.


The display is as desired for both Days and Time.

However, for the critical requests the time is getting converted into text and unable to perform any further calculations like arriving at the average time taken etc.,

Is there any other formula which performs the same calculation(for critical requests, the rest if fine), which will provide the time in the required format and still will let me perform calculations on the same.


EggHeadCafe - Software Developer Portal of Choice
Solution to the Annoying Flickering Problem When Updating Textboxes
http://www.eggheadcafe.com/tutorials...-annoying.aspx
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I have excel convert fractions to decimals? pgail Excel Worksheet Functions 15 April 3rd 23 03:45 PM
i want to convert decimals into time format J. Excel Discussion (Misc queries) 5 May 13th 10 01:52 PM
Convert decimals into mm in excel spreadsheet Noddyhawk Excel Worksheet Functions 2 July 31st 09 07:59 AM
convert time in decimals to minutes joaniemic Excel Discussion (Misc queries) 2 May 1st 08 05:22 PM
Convert Seconds and decimals to time bagoxc Excel Discussion (Misc queries) 5 January 3rd 06 11:41 PM


All times are GMT +1. The time now is 09:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"