Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In cell A1 I have the day, month, year, hour, minute, and second a particular
transaction took place. In cell A2 I have the day, month, year, hour, minute, and second the next transaction takes place. The Start and End dates and times are used to determine the total number of hours, minutes and seconds for one transaction. I have the total number of hours, minutes, and seconds for a given transaction in column A3. If the total time in column A3 is greater than 12:00:00, I want to return the value of 1 Business Day in column A4. If the total is less than 12:00:00 I want to return the total hours, minutes, and seconds in decimal format in column A4. Is this scientifically possible? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this in A4:
=IF(ISNUMBER(A3),IF(A30.5,"1 Business Day",A3*24),"") Biff "Programmer Wannabe" <Programmer wrote in message ... In cell A1 I have the day, month, year, hour, minute, and second a particular transaction took place. In cell A2 I have the day, month, year, hour, minute, and second the next transaction takes place. The Start and End dates and times are used to determine the total number of hours, minutes and seconds for one transaction. I have the total number of hours, minutes, and seconds for a given transaction in column A3. If the total time in column A3 is greater than 12:00:00, I want to return the value of 1 Business Day in column A4. If the total is less than 12:00:00 I want to return the total hours, minutes, and seconds in decimal format in column A4. Is this scientifically possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Decimal hours and Minutes to minutes please. | Excel Worksheet Functions | |||
How do i convert angles from degrees,minutes, seconds to decimal | Excel Discussion (Misc queries) | |||
Convert "Time Interval" in "hours : minutes : seconds" to seconds | New Users to Excel | |||
Convert hours and minutes in time format into fractions of hours.. | Excel Worksheet Functions | |||
Create a custom format to convert seconds to minutes. | Excel Discussion (Misc queries) |