Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet that lists termination dates for employees. There are two
additional columns used in the worksheet that denotes the Month and Year of termination. We would like to be able to autopopulate the Month and Year columns using the date in the Termination column. As above, if the term date is 5/15/07, the Month column would show May; the Year column would show 2007. At this time we have to type in the Month and Year. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the termination date is in cell E2, for example, in F2 and G2 put the
formula: =E2 then format the cell F2 as Custom Type: mmm or mmmm (for the full month name) and format the cell G2 as Custom Type: yyy Regards Trevor "Neely" wrote in message ... I have a worksheet that lists termination dates for employees. There are two additional columns used in the worksheet that denotes the Month and Year of termination. We would like to be able to autopopulate the Month and Year columns using the date in the Termination column. As above, if the term date is 5/15/07, the Month column would show May; the Year column would show 2007. At this time we have to type in the Month and Year. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Filter and Autopopulate | Excel Worksheet Functions | |||
Excel Drop Down/ Autopopulate | Excel Worksheet Functions | |||
Using Excel to autopopulate color.. | Excel Discussion (Misc queries) | |||
Autopopulate a drop down list in Excel | Excel Discussion (Misc queries) | |||
How do I autopopulate data in excel? | Excel Programming |