What are you trying to do? Your formula should return 1 if the dates + times
are numbers?

Signature
Regards,
Peo Sjoblom
>I would like to use a formula to tell whether one date and time is
> earlier or later than another.
[quoted text clipped - 6 lines]
> but this formula does not do what I am trying to do. Why? Is there a
> better way to approach this?
Matt - 10 Apr 2007 22:36 GMT
> What are you trying to do? Your formula should return 1 if the dates + times
> are numbers?
[quoted text clipped - 14 lines]
> > but this formula does not do what I am trying to do. Why? Is there a
> > better way to approach this?
What I am actually trying to do is as follows:
I have hundreds of dates/times and their corresponding temps. I want
to be able to take the average of all temps that fall between two user-
input date/times.
Date & Time Temp
4/7/07 7:00AM 76
4/7/07 7:05AM 78
.
.
.
4/8/07 5:00PM 81
When I couldn't get this to work, I found that using > and < to
determine whether one date/time was earlier or later than another was
the part that was not working. Do you know why? Or have a better
suggestion?