Default to beginning of month

H

Heather

In cell A10 is a date (e.g. 8/23/2005), I need the next cell to always
default to the beginning the of month that correspondes to the date in cell
A10. (e.g. 8/01/2005)
How do you do this?????

Thanks in advance.
 
B

Bob Phillips

=A2-DAY(A2)+1

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top