Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Is it possible to have a control to pop up a date "Month" selection box from
clicking on the cell? I would click on the Month Cell, the calander for the month appears, I make my day selection and the date appears in the next cell as mm/dd/yy. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Just create a list, in say M1:M31, of
=IF(ROW(M1)<=DAY(DATE(YEAR(TODAY()),MONTH(TODAY()) +1,0)),ROW(M1),"") and in Data Validation, add a list formula of =OFFSET($M$1,,,COUNTA($M:$M),1) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Kane" wrote in message ... Is it possible to have a control to pop up a date "Month" selection box from clicking on the cell? I would click on the Month Cell, the calander for the month appears, I make my day selection and the date appears in the next cell as mm/dd/yy. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding a row to worksheet does not update cell references in another. | Excel Worksheet Functions | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Transfer Cell Formatting for linked cells | Excel Discussion (Misc queries) | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel |