+ Reply to Thread
Results 1 to 4 of 4

Reading across a row and then down

  1. #1
    Registered User
    Join Date
    02-22-2014
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    20

    Reading across a row and then down

    Hello
    In my sample data, I want to reformat columns A B and C into the data in column F.
    Is there a formulated way to do this rather than manually editing column F?
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Reading across a row and then down

    In F1.
    =INDEX($A$1:$D$3,ROUNDUP(ROW()/4,0),IF(MOD(ROW(),4)>0,MOD(ROW(),4),4))&""

    Copy down.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Registered User
    Join Date
    02-22-2014
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    20

    Re: Reading across a row and then down

    Amazing Thank you

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Reading across a row and then down

    You are welcome and thanks for the rep

+ 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. Matrix Style Reading: Reading from one cell to cause change in another cell
    By snkhan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-23-2019, 01:52 AM
  2. Does not read the code
    By rcprito in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-26-2013, 06:24 AM
  3. Pick the last reading and time of that reading
    By thmehr in forum Excel General
    Replies: 10
    Last Post: 03-22-2012, 07:56 PM
  4. Reading over 0
    By ctor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-11-2009, 06:26 AM
  5. Reading the next name down
    By djfatboyfats in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-18-2008, 03:41 AM
  6. Look up last reading
    By MrHitman07 in forum Excel General
    Replies: 3
    Last Post: 06-21-2007, 12:45 PM
  7. Reading last cell
    By jackh7777777 in forum Excel General
    Replies: 2
    Last Post: 05-25-2006, 08:35 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