+ Reply to Thread
Results 1 to 8 of 8

Copy cells with only values to another sheet

  1. #1
    Registered User
    Join Date
    03-11-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    18

    Copy cells with only values to another sheet

    Hi,
    I want to copy data from a row with 1000 cells having some numbers in few cells, to another sheet such that the numbers appear in continuation in the another sheet. What could be the formula for that?
    Thanks in advance.

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

    Re: Copy cells with only values to another sheet

    Not sure I understand your requirement Could you upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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
    03-12-2015
    Location
    UK
    MS-Off Ver
    2013 & 2010
    Posts
    27

    Re: Copy cells with only values to another sheet

    If i have understood you correctly, this is very simple. You can simply highlight that row then use the Go to window (control and G) to select the cells in the row containing numbers (click Special>constants>leave only the 'numbers' box ticked). You should then be able to simply copy and paste the cells left highlighted into a new worksheet.

  4. #4
    Registered User
    Join Date
    03-11-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    18

    Re: Copy cells with only values to another sheet

    Hi,
    Thanks for your reply, you understood my concern correctly. Only thing is that same thing I want to put in formula so as to change it automatically when I make any changes in parent sheet.
    Thanks again for your efforts.

  5. #5
    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,946

    Re: Copy cells with only values to another sheet

    You have marked it solved, but it seems you still have a question?

  6. #6
    Registered User
    Join Date
    03-11-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    18

    Re: Copy cells with only values to another sheet

    Actually i posted again the same post with an attachment.
    http://www.excelforum.com/excel-gene...her-sheet.html

  7. #7
    Registered User
    Join Date
    03-12-2015
    Location
    UK
    MS-Off Ver
    2013 & 2010
    Posts
    27

    Re: Copy cells with only values to another sheet

    You can do this a few ways. Array formulas are probably the easiest way. This is an array formula you could enter into cell D8 on Page 1 of your example workbook. Drag it along, and then down.

    =IFERROR(INDEX('sheet 2'!$D6:$DM6,1,SMALL(IF(LEN('sheet 2'!$D6:$DM6),COLUMN('sheet 2'!$D6:$DM6)-MIN(COLUMN('sheet 2'!$D6:$DM6))+1,""),COLUMN(A1))),"")

    Remember array formulas must be entered using control, shift, & enter.

  8. #8
    Registered User
    Join Date
    03-11-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    18

    Re: Copy cells with only values to another sheet

    It worked. Thanks a lot.

+ 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: 2
    Last Post: 11-21-2013, 10:01 AM
  2. [SOLVED] Search values and copy to specific sheet & cells
    By keis386 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-19-2013, 12:24 PM
  3. [SOLVED] VBA to Copy cells to another sheet based on two values
    By stevemills04 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-25-2013, 05:43 PM
  4. Copy Values to cells on second sheet does not fit in cells
    By imaquila in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-26-2012, 04:48 PM
  5. Replies: 2
    Last Post: 08-08-2006, 12:50 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