S
Soniya
Hi all,
How can I change the date of a given cell to be the first
day of that month?
for eg. if I enter in A1 16-2-2002 I want to get 01-2-
2002 in the same cell
if I use =DATE(YEAR($A$1),MONTH($A$1),1) in my B1 i will
get the first day of the date entered in A1. but i want
to get it in A1 itself using code?
Any help?
TIA
Soniya
How can I change the date of a given cell to be the first
day of that month?
for eg. if I enter in A1 16-2-2002 I want to get 01-2-
2002 in the same cell
if I use =DATE(YEAR($A$1),MONTH($A$1),1) in my B1 i will
get the first day of the date entered in A1. but i want
to get it in A1 itself using code?
Any help?
TIA
Soniya