G Guest Nov 2, 2007 #1 I need to know if there is a function which will auttomatically return the first day of the month from a date format "mm/dd/yy"
I need to know if there is a function which will auttomatically return the first day of the month from a date format "mm/dd/yy"
P Peo Sjoblom Nov 2, 2007 #2 With your date in A1 =DATE(YEAR(A1),MONTH(A1),1) -- Regards, Peo Sjoblom
S Sandy Mann Nov 2, 2007 #3 =A1-DAY(A1)+1 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings (e-mail address removed) Replace @mailinator.com with @tiscali.co.uk
=A1-DAY(A1)+1 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings (e-mail address removed) Replace @mailinator.com with @tiscali.co.uk