Excel IF formula for time to create greater than or less than.

Shinianne

New Member
Joined
Aug 6, 2018
Messages
24
Office Version
  1. 365
Hi,
I’m hoping someone can help me out, on the Greater than 5>< tab I would need it to appear as “>5” if it’s greater than 00:05:01 (HH:MM:SS) apparently VLOOKUP won’t work on it even though
It’s on the same format; your help is greatly appreciated

Longest Wait Time
Service Level
Speed Of Answer
Avg. Wait Time
Avg. Abandoned Time
Greater than 5><
0:02:45
100.00%
0:00:48
0:00:00
0:00:00

0:00:06
100.00%
0:00:06
0:00:00
0:00:00

0:00:09
100.00%
0:00:06
0:00:54
0:00:00

0:00:06
100.00%
0:00:05
0:01:08
0:00:00

0:06:06
0.00%
0:00:00
0:00:00
0:06:06

0:02:12
88.89%
0:00:15
0:00:45
0:02:12


<tbody>
</tbody>
 

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.
if whats greater than 5?
and vlookup, are you only entering this once for any of the values in the list?

longest Wait time = 6.06 , so thats the only one greater than 5 - would that appear in the same row - or ?

if just in every row
you could use MAX() on column A, C , D , E = if you want to flag any of those events

if( max ( a2 , c2 , d2 , e2 ) > 5.01 , "> 5" , "")
may need to use TIME()
 
Last edited:
Upvote 0

Forum statistics

Threads
1,217,346
Messages
6,136,036
Members
449,979
Latest member
trinitybg10

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