+ Reply to Thread
Results 1 to 6 of 6

Cannot Paste Data because not the same size

  1. #1
    Forum Contributor
    Join Date
    03-14-2016
    Location
    United States
    MS-Off Ver
    MS Office 2013
    Posts
    102

    Cannot Paste Data because not the same size

    Hello,

    I have 46,000 rows across three columns I am trying to move all of the data into one column. There are many blank cells in all three columns. When I select the whole columns to paste I receive the error that I cannot paste it because the data is not the same size. Why is this? And what is the easiest way to get all of the data into one column?

    Thanks,
    Max

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

    Re: Cannot Paste Data because not the same size

    Is there merged cells in range?

    You can concatenate columns via formula and copy and paste values.

  3. #3
    Forum Contributor
    Join Date
    03-14-2016
    Location
    United States
    MS-Off Ver
    MS Office 2013
    Posts
    102

    Re: Cannot Paste Data because not the same size

    There should be no merged cells in the range. Additionally how would I concatenate this data? I know the formula just not sure its purpose in this instance. Thanks.

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

    Re: Cannot Paste Data because not the same size

    So you want to have all 3 column in single column right?

    Assuming data in columns A to C... using "," as delimiter. In D.

    =A1&","&B1&","C1

    Copy down.

    If above isn't what you are looking for, please upload small sample of your data with manually generated output that you want.

  5. #5
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Cannot Paste Data because not the same size

    Are you trying to select the second column and paste its data below the data in the first column? If so, the error is because you've selected the whole column (1048576 rows) into a range which can't take that (1048576 minus 46000). Try selecting just the data range then pasting that instead.
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

  6. #6
    Forum Contributor
    Join Date
    12-18-2016
    Location
    London
    MS-Off Ver
    Microsoft 2013
    Posts
    145

    Re: Cannot Paste Data because not the same size

    The simplest CONCATENATE formula to combine the values of cells A1, B1 and C1 is as follows:

    =CONCATENATE(A1, A2, A3, A4 )

    or

    “&” operator

    =A1 & A2 & A3 & A4

  7. #7
    Registered User
    Join Date
    01-28-2017
    Location
    US
    MS-Off Ver
    2016
    Posts
    37

    Re: Cannot Paste Data because not the same size

    Hi maxhecht2,

    If I understand your problem you are trying to copy all the the data from column b and move it into column a below the data that is already there, Aardigspook is correct, when you select the column it is all the cells and trying to paste them into a row that already has data tries to extend past what excel can handle, so instead of selecting the whole row lets use keyboard shortcuts to only select the rows that have data. At the first row of column b hold cntrl + shift and press the down arrow (for some reason you may have to press it twice) this should select all the way down to the last row in the column that has data, release all keys, hold press cntrl+x to cut these cells. Now the best way to move this to column a without having to scroll is the same, select first row in column, cntrl + shift + down arrow and it will bring you to the last cell with data, click the first blank cell below that and then cntrl + v to paste the cells you cut previously, now rinse and repeat till all your data is in one very long column. Now if you want to get rid of all those pesky empty cells, this is easy as well, first select the column, now on your ribbon bar (home tab) near the far right edge there is find and select click this and come down to "go to special" when this opens a new popup select blanks from the set of buttons, then click OK and it will change your selection from the entire row to just the blanks in that row, now right click in one of the selected cells and click delete, in the popup click shift cells up and you will have one long continuous list of data all in one column with no blanks.

    Hope this Helps
    Cheers
    Ken
    Last edited by parkins5322; 01-31-2017 at 07:11 PM.

+ 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. Please help! Paste location and size - windows metafile
    By mnemz in forum PowerPoint Formatting & General
    Replies: 0
    Last Post: 02-27-2015, 06:25 AM
  2. Replies: 3
    Last Post: 02-23-2015, 06:51 AM
  3. Size and shape of data in clip board conflict with paste/special area4
    By Bob1980 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-23-2014, 04:51 PM
  4. Copy/Paste Size and Shape
    By ccott23 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-25-2013, 02:34 PM
  5. RTE 104 Copy and Paste area not the same size
    By SueTysz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-01-2011, 08:06 PM
  6. Auto Size in Excel to PPt paste Macro
    By jayman7 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-14-2009, 05:30 AM
  7. [SOLVED] Cell size? Or size limit for Text data type?
    By CClem in forum Excel General
    Replies: 0
    Last Post: 04-21-2006, 11:15 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