Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need a date formula that will insert the date as the
1st of what ever month it is, i.e. in Feb, no matter what the date is ,it would return 2/1/2004. In Mar it would always be 3/1/2004. Any help is appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the following formula:
=DATE(YEAR(NOW()),MONTH(NOW()),1) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "RONBO" wrote in message ... I need a date formula that will insert the date as the 1st of what ever month it is, i.e. in Feb, no matter what the date is ,it would return 2/1/2004. In Mar it would always be 3/1/2004. Any help is appreciated. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try =DATE(YEAR(TODAY()),MONTH(TODAY()),1) -- Regards Frank Kabel Frankfurt, Germany RONBO wrote: I need a date formula that will insert the date as the 1st of what ever month it is, i.e. in Feb, no matter what the date is ,it would return 2/1/2004. In Mar it would always be 3/1/2004. Any help is appreciated. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way:
=DATE(YEAR(TODAY()),MONTH(TODAY()),1) In article , "RONBO" wrote: I need a date formula that will insert the date as the 1st of what ever month it is, i.e. in Feb, no matter what the date is ,it would return 2/1/2004. In Mar it would always be 3/1/2004. Any help is appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate including a date so that the date appears as a date | Excel Worksheet Functions | |||
date in Cell to change colors if the date is beyond today's date | Excel Discussion (Misc queries) | |||
Making a date go red, if date passes todays date. | Excel Worksheet Functions | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |