+ Reply to Thread
Results 1 to 7 of 7

Formula to tell when its week 1 or Week 2 of a any given month

  1. #1
    Forum Contributor
    Join Date
    04-28-2013
    Location
    Miami, United States
    MS-Off Ver
    Excel 365 (Newest version)
    Posts
    259

    Formula to tell when its week 1 or Week 2 of a any given month

    I'm trying to write a formula that will tell me when its week one or week two, week three and week 4 based on a given date of any month.

    Anyone knows such a foirmula...Im using weekday formula but no luck.

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Formula to tell when its week 1 or Week 2 of a any given month

    Please Login or Register  to view this content.
    G3 has the date in
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Formula to tell when its week 1 or Week 2 of a any given month

    You probably need to define what week 1 and week 2 is (i.e. does the week start on Monday? How do you number the weeks when say, a Thursday is the 1st of a month)

    http://www.excelforum.com/excel-form...-in-month.html

    There are a bunch of options in that thread that may be of help.

  4. #4
    Valued Forum Contributor
    Join Date
    11-02-2012
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    564

    Re: Formula to tell when its week 1 or Week 2 of a any given month

    Do you consider days 1 to 7 as week 1, 8 to 14 as week 2 etc? Or Monday to Sunday as week. Answer will be according to that.

  5. #5
    Valued Forum Contributor Saarang84's Avatar
    Join Date
    02-19-2009
    Location
    Chennai, India
    MS-Off Ver
    XL 2003 to 2010
    Posts
    812

    Re: Formula to tell when its week 1 or Week 2 of a any given month

    Try using the weeknum function. If A1 contains date, then use the below formula to get the weeknumber
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If my assistance has helped, there is a reputation icon * on the left hand corner below the post - you can show your appreciation to the user who has helped in resolving your requirement.

    If your requirement has been solved please mark your thread as Solved.
    In the menu bar above the very first post, select Thread Tools, then select "Mark this thread as Solved".

    Kindly use [FORMULA] or [CODE] tags when posting your code.

    Regards,
    Sarang

  6. #6
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Formula to tell when its week 1 or Week 2 of a any given month

    Week just for a given month, maybe:

    =WEEKNUM(A1)-WEEKNUM(A1-DAY(A1)+1)+1

  7. #7
    Forum Contributor
    Join Date
    04-28-2013
    Location
    Miami, United States
    MS-Off Ver
    Excel 365 (Newest version)
    Posts
    259

    Re: Formula to tell when its week 1 or Week 2 of a any given month

    Thanks much guys. great help...Will drink a beer sometime lol. Thanks again.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Showing Fridays of each month in a 4 week month and a five week month
    By david_j_p in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-09-2013, 06:27 AM
  2. How to: identify repeat offenders within a 3 week period (week per week basis)
    By Heloc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-28-2012, 12:43 AM
  3. Replies: 10
    Last Post: 01-22-2012, 10:05 AM
  4. Replies: 11
    Last Post: 04-06-2011, 02:33 PM
  5. Averages - Day of the Week, Week, Month
    By njexpress9 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2009, 06:53 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1