Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / August 2006

Tip: Looking for answers? Try searching our database.

WEENUM into months

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Cube Farmer - 21 Aug 2006 19:54 GMT
Hello,
I need to change weeks into months. Like having weeks 1 through 5 be called
Jan.
and so on. What is the easiest way to do this.
Thanks,
Mike
DKS - 21 Aug 2006 20:11 GMT
I would have used WEEKNUM in combination with a VLOOKUP.  The VLOOKUP should
be used with a hard-coded table where you fill in the weeknumber in column 1
and the corresponding month in column 2.

Typical formula can be as follows:

=VLOOKUP(A1, A2:B13, 2, True)

where your weeknumber is in cell A1, and range A2 through B13 contain the 12
weeks that define the start of a month.  This should do the trick.  Of
course, since the 1st of every month does not fall on the start of a week,
you will always have a gray area at the end of each month and start of each
month.  But that is the degree of precision that you have requested in your
question, thus cannot do any better.

> Hello,
> I need to change weeks into months. Like having weeks 1 through 5 be called
> Jan.
> and so on. What is the easiest way to do this.
> Thanks,
> Mike
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.