Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I want to be able to select the month from the drop down list and once the month is selected, I want the first date cell to change itself to the first date of the month selected. For rest of the date cells I have just used the formula "First date cell + 1" any help will be appreciated!! Thanks a lot in advance. P.S. - Sorry for posting this in two forums. I realized later that this one is probably the right place to post it. Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming you select the month by giving a number 1-12, the formual is:
(assuming year 2010) =DATE(2010,A2,1) Or, if the drop down list is actually a list of various dates, and you're choosing a specific month: =DATE(YEAR(A2),MONTH(A2),1) -- Best Regards, Luke M "Gaurav" wrote in message ... Hi, I want to be able to select the month from the drop down list and once the month is selected, I want the first date cell to change itself to the first date of the month selected. For rest of the date cells I have just used the formula "First date cell + 1" any help will be appreciated!! Thanks a lot in advance. P.S. - Sorry for posting this in two forums. I realized later that this one is probably the right place to post it. Thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See answer in other group
"Gaurav" wrote in message ... Hi, I want to be able to select the month from the drop down list and once the month is selected, I want the first date cell to change itself to the first date of the month selected. For rest of the date cells I have just used the formula "First date cell + 1" any help will be appreciated!! Thanks a lot in advance. P.S. - Sorry for posting this in two forums. I realized later that this one is probably the right place to post it. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select records by month | New Users to Excel | |||
How do I select cells for a specific month in Excel 2003? | Excel Worksheet Functions | |||
How do I select same day of month, 3 mths apart when day 31 of mth | Excel Discussion (Misc queries) | |||
Dates - Several Days In a month to month only | Excel Discussion (Misc queries) | |||
UserForm to select current month or earlier | Excel Discussion (Misc queries) |