Column O - Average Dif between Wait & ETA = 0:00
Column P - Average ETA = 0:53
Column Q - Average Wait Time = 0:46
There are six times that make up the dif between wait & ETA they are:
-0:05
0:06
0:04
0:00
0:00
0:00
The average of these should round up to 0:01 min and not the 0:00 that shows up.
I have two rows that calculate date. One is Column R that calculates the difference between the actual wait time and the estimated wait time.
Column S calculates once the average of column R. The formula is =IF(AVERAGE(R$8:R$108=""),"",AVERAGE(R$8:R$108))
Column O has the formula
=IF(AVERAGE($S8=""),"",REPT("-",AVERAGE($S8<0))&TEXT(ABS($S8),"[h]:mm"))
This allows for negative time to be input.
However, that formula isn't working. Any suggestions?
I'm sorry I can't use excel Jeanie because I'm at work and limited on what I can download and do.
Thanks in advance!
Tara
Column P - Average ETA = 0:53
Column Q - Average Wait Time = 0:46
There are six times that make up the dif between wait & ETA they are:
-0:05
0:06
0:04
0:00
0:00
0:00
The average of these should round up to 0:01 min and not the 0:00 that shows up.
I have two rows that calculate date. One is Column R that calculates the difference between the actual wait time and the estimated wait time.
Column S calculates once the average of column R. The formula is =IF(AVERAGE(R$8:R$108=""),"",AVERAGE(R$8:R$108))
Column O has the formula
=IF(AVERAGE($S8=""),"",REPT("-",AVERAGE($S8<0))&TEXT(ABS($S8),"[h]:mm"))
This allows for negative time to be input.
However, that formula isn't working. Any suggestions?
I'm sorry I can't use excel Jeanie because I'm at work and limited on what I can download and do.
Thanks in advance!
Tara