+ Reply to Thread
Results 1 to 2 of 2

Create Sequential Numbered Lsit from Value

  1. #1
    Registered User
    Join Date
    12-18-2018
    Location
    Phuket, Thailand
    MS-Off Ver
    Windows 11 - MS Office 365
    Posts
    88

    Create Sequential Numbered Lsit from Value

    Hi,

    If I have a custom value that I enter in cell A1, I want row B to populate the total number of values in a sequential list, every third row.

    A1= 3

    B1=1
    B2=
    B3=
    B4=2
    B5=
    B6=
    B7=3
    B8=
    B9=
    etc....

    Thank you,

    Danny

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Create Sequential Numbered Lsit from Value

    If you start off with manual seed entry of 1 on B1, you can put this in B4 and copy down as needed...
    =IF(MOD(ROW(),3)=1,MAX($B$1:B3)+1,"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Create a column with rows numbered 1 to N
    By jack1999 in forum Excel General
    Replies: 5
    Last Post: 04-09-2019, 03:07 AM
  2. VBA for sequential numbered form
    By mjcervino in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-12-2015, 04:46 PM
  3. How to create lsit of datetime?
    By nhalina81 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-04-2013, 01:29 AM
  4. [SOLVED] Macro to Merge Sequential Numbered Sheets
    By lesoies in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-06-2012, 08:12 AM
  5. [SOLVED] Create sequential letters (A, B, C) in sequential cells
    By Theale in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 08-29-2012, 02:47 PM
  6. Replies: 1
    Last Post: 09-13-2005, 06:05 PM
  7. Generate Sequential Numbered Worksheet
    By Ray Farrugia in forum Excel General
    Replies: 0
    Last Post: 04-07-2005, 05:53 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