+ Reply to Thread
Results 1 to 4 of 4

how to get week number in month in excel ?

  1. #1
    ikin
    Guest

    how to get week number in month in excel ?

    how to get week number in month in excel ?

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    indirectly,

    =if(day(date)<8,1,if(day(date)<15,2,if(day(date)<22,3,if(day(date)<29,4,5))))

    where date is the date in question

    presumably the first seven days are week 1, etc.
    not a professional, just trying to assist.....

  3. #3
    R.VENKATARAMAN
    Guest

    Re: how to get week number in month in excel ?

    try this url
    http://www.cpearson.com/excel/weeknum.htm

    solutions of pracatially all problem have been solved by the MVPs. you have
    only do google search.



    ikin <[email protected]> wrote in message
    news:[email protected]...
    > how to get week number in month in excel ?




  4. #4
    Tushar Mehta
    Guest

    Re: how to get week number in month in excel ?

    If you mean the week within the month (i.e., week 1 always starts on
    the first of a month), then use =INT((day(x)-1)/7)+1 where x is the XL
    date of interest.

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

    In article <[email protected]>,
    [email protected] says...
    > how to get week number in month in excel ?
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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