+ Reply to Thread
Results 1 to 3 of 3

Revamp Current Formulas to build list of sequntial cells numbers 25,50,75,etc..

  1. #1
    Registered User
    Join Date
    01-20-2016
    Location
    288
    MS-Off Ver
    2016
    Posts
    29

    Revamp Current Formulas to build list of sequntial cells numbers 25,50,75,etc..

    i've attached the resolution that i received from here for a similar question i had.

    I needed to create a list of cells numbered 1-20 but with different info at the beginning of each cell, if that makes sense.

    It worked nicely.

    Now i need a different series of numbers, but I just can't figure out home to change it up to give me what i need.

    Originally i needed:
    starting Info End Result
    testNY
    testCA
    testMA
    testKS
    testMO
    testAR
    testNY1
    testNY2
    testNY3
    testNY4
    testNY5
    testNY6
    testNY7
    testNY8
    testNY9
    testNY10
    testNY11
    testNY12
    testNY13
    testNY14
    testNY15
    testNY16
    testNY17
    testNY18
    testNY19
    testNY20
    testCA1
    testCA2
    testCA3
    testCA4
    testCA5
    testCA6
    testCA7
    testCA8
    testCA9
    testCA10
    testCA11
    testCA12
    testCA13
    testCA14
    testCA15
    testCA16
    testCA17
    testCA18
    testCA19
    testCA20


    Now i need:
    testNY
    testCA
    testMA
    testKS
    testMO
    testAR
    testNY0
    testNY25
    testNY50
    testNY75
    testNY100
    testNY125
    testNY150
    testNY175
    testCA0
    testCA25
    testCA50
    testCA75
    testCA100
    testCA125
    testCA150
    testCA175
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Revamp Current Formulas to build list of sequntial cells numbers 25,50,75,etc..

    Maybe this??? In d1, copied down:

    =IFERROR(INDEX($A$1:$A$6,1+INT((ROWS(D$1:D1)-1)/8))&25*MOD((ROWS($D$1:D1)-1),8),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    01-20-2016
    Location
    288
    MS-Off Ver
    2016
    Posts
    29

    Re: Revamp Current Formulas to build list of sequntial cells numbers 25,50,75,etc..

    Worked like a charm.... TY SO MUCH.

+ 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] Function to take current rates from a list to other cells.
    By leovfx in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-08-2017, 07:40 AM
  2. Replies: 1
    Last Post: 08-26-2016, 04:08 AM
  3. Replies: 8
    Last Post: 08-20-2013, 04:19 PM
  4. Cells: Autofill formulas without altering their current hyperlinks
    By LaffyAffy13 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-20-2013, 11:42 AM
  5. Replies: 5
    Last Post: 04-19-2011, 08:24 PM
  6. build a macro that saves & names a file with the current day's date
    By mariusescu in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-09-2008, 10:22 AM
  7. build absolute cells in formulas on mouse click
    By jmwismer in forum Excel General
    Replies: 2
    Last Post: 07-11-2006, 09:20 AM

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