Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
But you did not follow Paul's advice! The syntax of the DATE function is
DATE(year, month, day). This is totally independent of you preferred data format. In the screen capture you linked us to you have DATE(10,1,2009) when you need DATE(2009,10,1) best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "gamn" wrote in message ... I tried that but still a NO-GO. See link for a screen shot. https://emerson.sendthisfile.com/Gvn...YGVN1QSDhpQeoc Thank you, BB "Paul C" wrote: The issue is how you expressed your dates Try =AND(A2=DATE(2009,10,1),A2<=DATE(2009,10,24)) As written Excel does not recognize 10/1/2009 as a date, it does the math 10 divided by 1 divided by 2009 -- If this helps, please remember to click yes. "gamn" wrote: I have a problem using AND function on date data. In cell A2, I have date date "10/1/2009". In cell A3, I have AND fuction as =AND(A2=10/1/2009, A2<=10/24/2009). This should return a TRUE but instead returns FALSE. Why? Thank you, BB |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel crashes when typing "false" in VLookup function | Excel Worksheet Functions | |||
=IF(test,true,false) only ever returns "true"? | Excel Worksheet Functions | |||
FIND function, when FALSE how can you return nothing (" ") instead of#VALUE or #NAME | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |