+ Reply to Thread
Results 1 to 3 of 3

read as you scroll

  1. #1
    Forum Contributor
    Join Date
    01-03-2013
    Location
    Toulouse
    MS-Off Ver
    Excel 2010
    Posts
    141

    read as you scroll

    Hi Guys,

    please I would like your help,

    I have this reference in one cell and I want to scroll it down with this sequence

    MRM/R01/2018
    MRM/R02/2018
    MRM/R03/2018
    MRM/R04/2018

    But the sequence is NOT to reading , instead it reads the 2018, 2019 e 2020

    Thank you ,
    Attached Files Attached Files

  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,939

    Re: read as you scroll

    Try this, copied down...
    =LEFT(G5,5)&TEXT(--MID(G5,6,2)+1,"00")&RIGHT(G5,5)
    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

  3. #3
    Registered User
    Join Date
    07-20-2018
    Location
    America
    MS-Off Ver
    10
    Posts
    1

    Re: read as you scroll

    First type MRM/R01, and scroll.
    After that type /2018.
    and use ' CONCATENATE'.
    Then scroll and you will get as you wanted.
    Book.png

+ 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. Replies: 7
    Last Post: 12-18-2017, 09:29 PM
  2. Replies: 2
    Last Post: 01-19-2017, 10:44 AM
  3. Replies: 2
    Last Post: 05-17-2016, 04:45 PM
  4. Replies: 2
    Last Post: 09-03-2015, 10:33 AM
  5. Excel 2013 : Slicers don't scroll when i scroll the sheet
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-19-2014, 10:23 AM
  6. [SOLVED] Insert scroll bar and update cells when clicking on item in scroll bar window
    By kosherboy in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-10-2014, 03:53 PM
  7. How do I set/read the scroll position of a chart
    By Cookstein2 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 09-22-2009, 10:44 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