workgroup

  • Thread starter Thread starter Sheila K
  • Start date Start date
S

Sheila K

The Workgroup selection does not appear in the drop down "Window" menu.
What do I need to download to obtain this feature.
 
=MONTH(A1)
will return the month number (e.g., 8) of the date in A1.

=TEXT(A1,"mmm")
will return the 3-character month abbreviation (e.g., Aug) of the date
in A1.

=TEXT(A1,"mmmm")
will return the full month name (e.g., August) of the date in A1.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
 
Back
Top