+ Reply to Thread
Results 1 to 4 of 4

Provide every other Tuesday based on odd or even week number of year

  1. #1
    Registered User
    Join Date
    11-09-2012
    Location
    PA, USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Provide every other Tuesday based on odd or even week number of year

    I want to create a formula that provides me with a date of every other Tuesday based on whether the week number in the year is an odd week or an even week.

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Provide every other Tuesday based on odd or even week number of year

    not exactly sure what kind of data you're working with, but maybe something along the lines of

    =IF(AND(ISEVEN(WEEKNUM('date ref')),WEEKDAY('date ref',2)=2),'date',"") for even tuesdays,
    or: =IF(AND(ISEVEN(WEEKNUM('date ref')),WEEKDAY('date ref',2)=2),"",'date') for odd tuesdays ?

    Hope that helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  3. #3
    Registered User
    Join Date
    11-09-2012
    Location
    PA, USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Provide every other Tuesday based on odd or even week number of year

    Perfect!!

  4. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Provide every other Tuesday based on odd or even week number of year

    Glad it works for you !

+ 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