+ Reply to Thread
Results 1 to 5 of 5

Is there any way to paste 16000 numbers so it will flow into 16 columns, 1000 in each.

  1. #1
    Registered User
    Join Date
    10-03-2017
    Location
    Reykjavik Iceland
    MS-Off Ver
    2011
    Posts
    2

    Is there any way to paste 16000 numbers so it will flow into 16 columns, 1000 in each.

    Hello everyone.

    Is there any way to paste 16000 barcode numbers so it will flow into 16 columns, 1000 in each.

    Thank you in advance.

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,911

    Re: Is there any way to paste 16000 numbers so it will flow into 16 columns, 1000 in each.

    To my knowledge, it would require VBA, or some other method of transforming data (such as PowerQuery).

    You can't just copy and paste special to do what you are looking for.
    ?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
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Is there any way to paste 16000 numbers so it will flow into 16 columns, 1000 in each.

    Welcome to the forum!

    Paste your list into column A of one sheet (called "PasteList" in the attachment), then use the following formula in A1 of another sheet:

    =INDEX(PasteList!$A:$A,(COLUMN()-1)*1000+ROW())

    Fill right 16 columns and down 1000 rows. If you want numbers instead of formulas, just copy the results and pastevalues over them. See the attachment for a demonstration - or just replace the list on PasteList with your own:
    Attached Files Attached Files
    If your problem has been solved, please use "Thread Tools" to mark the thread as "Solved".

    If you're grateful for this site's existence and would like to contribute to the community, please consider posting something hilarious in our joke thread:
    https://www.excelforum.com/the-water...ke-thread.html

  4. #4
    Registered User
    Join Date
    10-03-2017
    Location
    Reykjavik Iceland
    MS-Off Ver
    2011
    Posts
    2

    Re: Is there any way to paste 16000 numbers so it will flow into 16 columns, 1000 in each.

    CAntosh. Thank you so much. This works fine and I can stop dreaming about copy-paste everynight. Thanks again!

  5. #5
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Is there any way to paste 16000 numbers so it will flow into 16 columns, 1000 in each.

    Glad to help, good luck!

+ 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. Remove Stop Words from a column containing 16000 rows of sentences
    By Abhayrajify in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-30-2013, 07:14 PM
  2. How do I make a graph with over 1000 numbers?
    By persson121 in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 05-13-2012, 05:20 PM
  3. I am trying to copy a macro down to a whole column (Over 1000 cells to paste to)
    By Giftie in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-15-2011, 04:47 PM
  4. my numbers go from 99 and then skip to 1000's?
    By Kerri in forum Excel General
    Replies: 3
    Last Post: 03-16-2006, 12:10 PM
  5. Format numbers in multiples of 1000
    By KopRed in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-12-2006, 10:00 PM
  6. [SOLVED] how do I convert numbers to the nearest 1000
    By Brian in forum Excel General
    Replies: 2
    Last Post: 02-07-2006, 08:45 PM
  7. Replies: 0
    Last Post: 08-19-2005, 03:05 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