+ Reply to Thread
Results 1 to 3 of 3

Changing cell values succesively

  1. #1
    Registered User
    Join Date
    02-24-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    3

    Question Changing cell values succesively

    I have want to have rows /columns of certain cell value which changes sequentially. However the number within the cell value that changes is not at the end. Hence dragging the cells does not fill the series.
    e.g. 100-LT-1-009-CS1. The next few values in the series are. 100-LT-2-009-CS1, 100-LT-3-009-CS1, 100-LT-4-009-CS1.

    The value after LT in the above example is changing. However when I drag after putting the first value it changes to _____CS2, _____CS3, _______CS4 etc.

    How should I go about this?

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Changing cell values succesively

    Place in a blank cell
    ="100-LT-"&ROWS($1:1)&"-009-CS1"
    and drag down
    or if dragging across
    ="100-LT-"&COLUMNS($A1:A1)&"-009-CS1"
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    02-24-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    3

    Re: Changing cell values succesively

    Thank you Special-K.
    It worked perfectly..


    Apologies for the late reply.

+ 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] There are 2 Properties succesively on a line on this Macro. Isn't it wrong?
    By zanshin777 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-21-2015, 03:59 PM
  2. Continuous changing cell values - record highest and lowest values in seperate cells
    By attienel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-11-2013, 05:12 PM
  3. Replies: 1
    Last Post: 04-24-2012, 09:24 PM
  4. changing cell values
    By almac in forum Excel General
    Replies: 1
    Last Post: 03-22-2011, 02:27 AM
  5. changing cell color based on changing values
    By tvonbehren in forum Excel General
    Replies: 2
    Last Post: 09-16-2009, 12:33 PM
  6. Changing Cell Values In VBA
    By AndyMcNeil in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-31-2008, 10:49 AM
  7. changing cell values
    By jamie&slings in forum Excel General
    Replies: 1
    Last Post: 05-02-2006, 08:29 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