Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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" |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A1-DAY(A1)+1
-- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "vito" wrote in message ... 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" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With your date in A1
=DATE(YEAR(A1),MONTH(A1),1) -- Regards, Peo Sjoblom "vito" wrote in message ... 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" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date function in ACCRINTM requires date format not available | Excel Worksheet Functions | |||
MAX figure within a date range as a function of today()'s date | Excel Worksheet Functions | |||
SUMIF within date range as a function of today()'s date | Excel Worksheet Functions | |||
Date Function formula that will return the date of a specific week | Excel Worksheet Functions | |||
Calculating days between current date and a date in future NETWORKDAYS() function | Excel Worksheet Functions |