Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi All, How can I get first day of the selected month (from given date) eg. if I enter 21/8/2003 in A1 i want to get 1/8/2003 in B1 TIA Soniya |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
B1 =DATE(YEAR(A1),MONTH(A1),1) Cheers Dave "Soniya" wrote in message ... Hi All, How can I get first day of the selected month (from given date) eg. if I enter 21/8/2003 in A1 i want to get 1/8/2003 in B1 TIA Soniya |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Soniya,
You can do this with a formula =DATE(YEAR(A1),MONTH(A1),1) or =A1-DAY(A1)+1 -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Soniya" wrote in message ... Hi All, How can I get first day of the selected month (from given date) eg. if I enter 21/8/2003 in A1 i want to get 1/8/2003 in B1 TIA Soniya |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Soniya,
Try =DATE(YEAR(A1),MONTH(A1),1) -- HTH Bob Phillips "Soniya" wrote in message ... Hi All, How can I get first day of the selected month (from given date) eg. if I enter 21/8/2003 in A1 i want to get 1/8/2003 in B1 TIA Soniya |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel to make the days cary over month to month automaticly | New Users to Excel | |||
Excel 2003 month to month data change grid | Excel Discussion (Misc queries) | |||
Retrieve data for previous 3, 6, 12 month given current month | Excel Worksheet Functions | |||
When using MONTH function on Blank Cell!! Returns Month=Jan! | Excel Discussion (Misc queries) | |||
transfer cell $ amount to other sheet month-to-month without overc | Excel Discussion (Misc queries) |