Ok, basically what I am trying to do is highlight a cell if the elapsed time from an appointment is 2 hours or greater. I have tried to do this two ways. First I have the appointment time in one column, the current time in the next and the next column is the running time total (hh:mm) of column b-column a. So I tried to set the conditional formatting as cell value is greater than 2:00. this turns the value into a decimal number and won't stay in the hh:mm format. I have also tried to do a conditional format on the column with the appointment time, and set the value as greater than 2 hours past the appointment time. Example,
if the appointment time was 08:00 am the value to be greater than is 10:00 am. This too changes the value to a decimal number. I am getting frustrated, and I'm sure there is a simple solution.