Thread: Comparison
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Juan Pablo González Juan Pablo González is offline
external usenet poster
 
Posts: 226
Default Comparison

Depends on the data that you're filtering. If you have "whole" days, then,
yes... but if the dates that you're filtering include times, then no.

But, the easiest way is probably just experimenting....

--
Regards,

Juan Pablo González

"mike" wrote in message
...
Will the following criteria produce the same results?

(1) Date Field is between 9/11/01 and 5/5/03

(2) Date Field is greater than 9/10/01 and less than
5/6/03?

Thanks.