Elapse Time greater than or equal 4 hours, 8 hour, 72, hours and 168 hours

dubT75

New Member
Joined
May 19, 2018
Messages
1
Hey Guys/Gals,

Trying come up with a simple formula that assigns a yes or no value to elapse times of 4 hours, 8 hour, 72 hours and 168 hours.

My best guess was if=(cell)<=[timehack], "yes", "no"

1. I'm not sure if I'm even close

2. if I am close how do I show the correct time hack ex. 4 hours = 04:00:00(h:mm:ss)?

*background - we're reporting SLA compliance for p1 = <4 hours, p2 <8 hours, p3 <72 hours etc



Thanks
DubT
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
4 hours is actually 0.1666667 (=4/24)
You can also use the TIMEVALUE function
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,632
Latest member
jladair

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top