+ Reply to Thread
Results 1 to 9 of 9

Weeks per month

  1. #1
    Forum Contributor
    Join Date
    06-27-2014
    Location
    Margate, FL
    MS-Off Ver
    MS Office 365
    Posts
    247

    Weeks per month

    Hello.. this should be simple but somehow stressful for me.. I need to find out the number of weeks per a certain month.

    For example:
    in A1 - i have a date (4/14/2016)
    in A2 i have the formula that says APRIL
    so in A3 I would like to say 5 (for 5 weeks in April..

    Is there a simple formula for this?

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Weeks per month

    date month week
    1-4-2016 4 14

    a1=01-04-2016
    b1=month(a1)
    c1=weeknumber(a1)

    all data drag down.

    after that i made a pivot table and see that april has 5 week / may has 5 weeks
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Weeks per month

    duplicated post

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,938

    Re: Weeks per month

    Also you might want to try this formula in A3:
    Please Login or Register  to view this content.
    Let me know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Forum Contributor
    Join Date
    06-27-2014
    Location
    Margate, FL
    MS-Off Ver
    MS Office 365
    Posts
    247

    Re: Weeks per month

    JeteMc is it possible that this formula is off just a little? I checked on 7/14/2016 and the formula returns 6 weeks...I made it look for the actual date.. I guess maybe I need how many work weeks?

    oeldere... Thank you but I think that is too long of a process.. I would like to stay away from adding a pivot.
    Last edited by trosasco23; 04-28-2016 at 02:59 PM.

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,417

    Re: Weeks per month

    Here's another one:

    =ROUNDUP(DAY(EOMONTH(A1,0))/7,0)

    Hope this helps.

    Pete

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,938

    Re: Weeks per month

    The 1st of July is near the end of the 27th week of the year and the 31st of July starts the 32nd week of the year. So counting weeks the formula takes into account 27, 28, 29, 30, 31 and 32 which is (at least part of) 6 different weeks.

  8. #8
    Forum Contributor
    Join Date
    06-27-2014
    Location
    Margate, FL
    MS-Off Ver
    MS Office 365
    Posts
    247

    Re: Weeks per month

    Thank you guys. I ended up doing a vlookup.

  9. #9
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,938

    Re: Weeks per month

    Glad that you got a solution that works for you. Thank you for marking the thread 'Solved' so members will not feel compelled to keep looking to see if additional help is needed. I hope that you have a good day.

+ 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] Displaying the Weeks in a Selected Month
    By john dalton in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-16-2014, 03:04 PM
  2. separate weeks into different month
    By yaleguan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-20-2014, 04:27 AM
  3. fill a row with weeks of a particular month
    By roninn75 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-15-2013, 09:30 AM
  4. No of weeks (Wednesdays)in month
    By GerryA in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-14-2012, 02:51 AM
  5. Excel 2007 : Timeline month/days to month/weeks?
    By Bellaggio1770 in forum Excel General
    Replies: 12
    Last Post: 04-14-2012, 05:09 PM
  6. Need help to separate month in weeks
    By bluejohn in forum Excel General
    Replies: 0
    Last Post: 01-14-2011, 03:57 AM
  7. How to find if new month started between weeks?
    By nmlnml in forum Excel General
    Replies: 1
    Last Post: 11-04-2009, 06:10 AM
  8. Weeks in a month formula
    By Tashia in forum Excel General
    Replies: 3
    Last Post: 06-23-2008, 09:48 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