+ Reply to Thread
Results 1 to 4 of 4

how to create a list that descends numerically after a specified range

  1. #1
    Registered User
    Join Date
    11-26-2013
    Location
    Jackson, Wyoming
    MS-Off Ver
    Excel 2010
    Posts
    29

    how to create a list that descends numerically after a specified range

    I have a list of dates and need to define every 7 days as a week starting a week 1 and descending numerically. I'm doing this as a set up for an INDEX, MATCH function I'm going to write.

    I have attached a sample of what I'm trying to achieve

    Starting in A2 are a list of dates, starting in B4 I have week 1 listed and want the week 1 listed for the first 7 rows, then week 2 for the next 7 rows, then week 3 and so on.

    Trying to figure out an easy way to automate this process so I don't have to type the week, copy it to the next 6 cells and go down the list that way.

    Thank you
    Attached Files Attached Files

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

    Re: how to create a list that descends numerically after a specified range

    Put this formula in the first cell that defines Week 1 (i.e. in B4):

    ="Week "&INT((ROWS($1:1)-1)/7)+1

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-26-2013
    Location
    Jackson, Wyoming
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: how to create a list that descends numerically after a specified range

    Works great and accomplishes excellent what I was trying to do,

    Thank you for the help Pete

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

    Re: how to create a list that descends numerically after a specified range

    You're welcome - glad it worked for you.

    Pete

+ 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] Sort postcode list alphabeically and numerically
    By Mikey7346 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-08-2013, 11:43 AM
  2. Extracting Numbers From Text Range And Sorting Numerically
    By jon87 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-29-2012, 10:15 AM
  3. Create Named List (range) based on check list
    By Hammer_757 in forum Excel General
    Replies: 4
    Last Post: 11-16-2011, 04:27 PM
  4. Create value list from range
    By mallets123 in forum Excel General
    Replies: 4
    Last Post: 01-29-2006, 09:02 PM
  5. Create a list range
    By Brick72 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-06-2005, 02:05 PM

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