close

Is it possible to have a control to pop up a date quot;Monthquot; 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.

Just create a list, in say M1:M31, of

=IF(ROW(M1)lt;=DAY(DATE(YEAR(TODAY()),MONTH(TODAY()) 1,0)),ROW(M1),quot;quot;)

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)

quot;Kanequot; gt; wrote in message
...
gt; Is it possible to have a control to pop up a date quot;Monthquot; selection box
from
gt; clicking on the cell?
gt; I would click on the Month Cell, the calander for the month appears, I
make
gt; my day selection and the date appears in the next cell as mm/dd/yy.

全站熱搜
創作者介紹
創作者 software 的頭像
software

software

software 發表在 痞客邦 留言(0) 人氣()