excell 2003 dates question

frozen.ice

Active Member
Joined
Jan 10, 2011
Messages
30
Reaction score
0
Hi all

I have trouble figuring out how to solve a problem. If I have a collum of dates of birth, what formula could I use to see all the people born in june for instance. Dates seem to be stored in a code form, so the regular =if(D2="*/06/*","true","0") doesn't work. Is there any way?

Thanks
 
Use the MONTH() function to get the numeric value of the month from the date and then evaluate the result. =MONTH(B2) where "B2" = date string
 
Top
Sign up to the MyBroadband newsletter
X