+ Reply to Thread
Results 1 to 3 of 3

need a table to populate dates, of a given week number from a table range.

  1. #1
    Registered User
    Join Date
    01-15-2015
    Location
    Concord, California
    MS-Off Ver
    2013
    Posts
    27

    need a table to populate dates, of a given week number from a table range.

    If I input a number in L5, I would like the below table to populate the dates of that week number. If someone knows an efficient way to to do this and can assist me I would greatly appreciate it. 1RecordsLogTest.xlsx

    weeklychange.png1RecordsLogTest.xlsx
    Last edited by natenate88; 02-12-2015 at 04:44 AM. Reason: adding excel file

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: need a table to populate dates, of a given week number from a table range.

    Try
    =LARGE(INDEX(($G$3:$G$100=$L$5)*($A$3:$A$100),0),ROW(A1))
    or
    =IFERROR(INDEX($A$3:$A$100,SMALL(INDEX(($G$3:$G$100<>$L$5)*10^10+ROW($G$3:$G$100)-MIN(ROW($G$3:$G$100))+1,0),ROW($A1))),"")
    AND COPY TOWARDS DOWN
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    01-15-2015
    Location
    Concord, California
    MS-Off Ver
    2013
    Posts
    27

    Re: need a table to populate dates, of a given week number from a table range.

    Awesome!! Thank you! The second one worked perfectly to count out the errors if there wasn't a full week there. The first formula returned the missing dates as "1/0/1900". Each time I get helped on here I start learning bit by bit. Really appreciate it!
    Nate

+ 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] Need VBA solution that searches a table for dates that occur this week
    By seannormand in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-29-2014, 08:24 PM
  2. Replies: 2
    Last Post: 08-27-2014, 03:13 PM
  3. Pivot Table - 2 columns of dates, count per week
    By ashakespeare in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 09-27-2012, 07:04 AM
  4. Preparation for pivot table to list dates by specific day of the week
    By losdamianos in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-13-2011, 09:55 AM
  5. Pivot table - group dates per week or month
    By digicat in forum Excel General
    Replies: 1
    Last Post: 01-08-2006, 04:50 PM

Tags for this Thread

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