View Single Post
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

Since all your dates are the first of the month, aren't you really asking if
the month of any particular date is January?

=IF(MONTH(A1)=1,"Yes","No")


"Snaggle22" wrote:

If I have a list of dates in a column that start with 1/1/2006 and goes to
1/1/2025, with each date being the first of the month for ex: 1/1/2006 then
2/1/2006......1/1/2025, how do I lookup just the dates that are the FIRST of
the year. For example: I want to put a 'yes' in the next column if the date
is the first of the year and a 'no' if it isn't. Thanks