I am brand new to the forum so Hello to all. I am self taught and have come across a problem I cannot seem to understand. I am gathering data from a device that records vital signs. It records the time, a persons heart rate, and a persons oxygen saturation every five seconds. However, the device sometimes has an error and it will not record any vital signs and essentially skip that time. In the numerous hours the device is activated it is very difficult to pick out the subtle gaps in time visually. I have tried to create a formula that will assist me with this.
I first tried =If(B3=(B2+TIME(00,00,05))), "good", "PROBLEM"
But some cells would return "PROBLEM" even if they were 5 seconds after the time before.
I then tried to rephrase my formula to =If(B3-TIME (00,00,05)=B2), "good" "PROBLEM"
Hoping that maybe turning the formula around would correct the problem somehow, but different cells that were supposed to return "good" returned "PROBLEM" again.
Both formulas did find true "PROBLEM" cells but also included these seemingly random cells. I tried combining both formulas in with the AND function but still the problem persisted. I was wondering if anyone would be able to help me identify the problem or suggest a different formula that might help me.
In Cell Q3 the formula works properly but in cells Q10 and Q18 the formula returns "PROBLEM"
FYI I made cell R3 Just to show the formula that appears in Q3
Thank you
Bookmarks