Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi community
how can i write a comparison between two dates in the cells, I am using the Advance Filter, and wanting to filter a set of records, when i enter in a cell, =14 Mar 2009, the data changes to a text format? i wanted to use 2 dates that are between the dates oof March 14 and March 22 thanks community for the kind assistance. :) -- oldLearner57 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The first criterion would be like
="=" & DATE(2009,3,14) It's a string, but with the date converted (via the Date function) to a numeric value. The date could also be in another cell, so your criterion would be like ="=" & I3 "oldLearner57" wrote: hi community how can i write a comparison between two dates in the cells, I am using the Advance Filter, and wanting to filter a set of records, when i enter in a cell, =14 Mar 2009, the data changes to a text format? i wanted to use 2 dates that are between the dates oof March 14 and March 22 thanks community for the kind assistance. :) -- oldLearner57 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
10s bapeltzer, it works perfectly well and solved my task!! appreciated your
guidance. 10s again to You and Community. -- oldLearner57 "bapeltzer" wrote: The first criterion would be like ="=" & DATE(2009,3,14) It's a string, but with the date converted (via the Date function) to a numeric value. The date could also be in another cell, so your criterion would be like ="=" & I3 "oldLearner57" wrote: hi community how can i write a comparison between two dates in the cells, I am using the Advance Filter, and wanting to filter a set of records, when i enter in a cell, =14 Mar 2009, the data changes to a text format? i wanted to use 2 dates that are between the dates oof March 14 and March 22 thanks community for the kind assistance. :) -- oldLearner57 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date comparison | Excel Worksheet Functions | |||
Date comparison | Excel Discussion (Misc queries) | |||
date comparison help | Excel Discussion (Misc queries) | |||
Date comparison | Excel Worksheet Functions | |||
Date comparison | Excel Discussion (Misc queries) |