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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Perhaps:

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

Format the cell as a date.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top