ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Calander Cell (https://www.excelbanter.com/new-users-excel/76118-calander-cell.html)

Kane

Calander Cell
 
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.

Bob Phillips

Calander Cell
 
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.





All times are GMT +1. The time now is 05:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com