Lifeseeker
Registered User.
- Local time
- Today, 03:57
- Joined
- Mar 18, 2011
- Messages
- 273
Hi there,
How do I represent this logic in the query grid?
col a is the first measurement and col b is the 2nd measurement
What I want:
Ones where the 2nd measurement is taken 2-4 hours after the initial measurement.
what should the formula look like in col c?
=datediff("h",initial_measurement, second_measurement)<=4 OR datediff("h",initial_measurement, second_measurement)>=2
?
Thanks
How do I represent this logic in the query grid?
col a is the first measurement and col b is the 2nd measurement
What I want:
Ones where the 2nd measurement is taken 2-4 hours after the initial measurement.
what should the formula look like in col c?
=datediff("h",initial_measurement, second_measurement)<=4 OR datediff("h",initial_measurement, second_measurement)>=2
?
Thanks