I need the following array for a Date type:
=IF(OR(A2:C2="Mar 12"),1,0)
Sample Data https://docs.google.com/spreadsheet/ccc?key=0AhoDU0OTM87sdHR3RGw3NTJacEV1OEt5OWZTWTBYUFE&usp=sharing
Looking at the sample data, in Column E I want an array formula that would look into columns B to D and search for results that contain 'May 12' and display true or false (1 or 0) in column E.
I think this will meet your needs - type in D2:
but press CTRL+SHIFT+ENTER instead of usual ENTER - this will define an ARRAY formula and will result in
{}
brackets around it (but do NOT type them manually!).Specify month and year as you wish)
I think this is what you're looking for (noticed the date format was dd/mm/yyyy so I adjusted):
Edit:
For just month and day:
Month and year: