Thread
:
Copy a number from one cell to another depending on first number
View Single Post
#
2
Bernie Deitrick
Posts: n/a
Marcia,
Perhaps:
=IF(MONTH(A1)=1,A1,"")
Format the cell as a date.
HTH,
Bernie
MS Excel MVP
"marcia driscoll" <marcia
wrote in
message ...
I have a column with dates and want to copy dates into another cell
depending
on the month number
Reply With Quote