From cell A1, I would like to extract the month and display as mmm in cell A2
Thanks
Then in B1, you could use a formula:
=if(a1="","",text(a1,"mmm"))
Be aware that data|validation is easily broken (copy|paste will crush it). But
it should work if the user is typing something.
ps. The user will be able to type the date the way they like and the formatting
will show it to you as you like.
Personally, I'd use an unambiguous format like: dd-mmm-yyyy
--
Dave Peterson
I have used the formula as you have advised but the cell shows the whole
date as in A1 and not the month itself.
Panchi
"Dave Peterson" wrote:
> .
>
"Dave Peterson" wrote:
> .
>