Copy a number from one cell to another depending on first number

  • Thread starter marcia driscoll
  • Start date
M

marcia driscoll

I have a column with dates and want to copy dates into another cell depending
on the month number
 
B

Bernie Deitrick

Marcia,

Perhaps:

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

Format the cell as a date.

HTH,
Bernie
MS Excel MVP
 
Top