+ Reply to Thread
Results 1 to 2 of 2

how to copy/select 1 column from one work sheet to another using formula.

  1. #1
    Registered User
    Join Date
    08-02-2018
    Location
    philippines,zamboanga city
    MS-Off Ver
    2013
    Posts
    8

    Question how to copy/select 1 column from one work sheet to another using formula.

    please help me, i just want to know on how to put/move/copy the data of whole column or row from one worksheet/book1 to another using formula only pleaseee


    wefgggg.JPG

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: how to copy/select 1 column from one work sheet to another using formula.

    Formulas cant put values in other cells. You need VBA for that.
    However you can make a cell the result of other cells using formulas.

    So in your case

    in Sheet2!C5
    =Sheet1!D5

    and copy the formula down as far as C12

    Note if a cell is blank youll get a 0.This can be hidden by formatting the output cell or changing the formula to

    =IF(Sheet!D5="","",Sheet1!D5)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. How to use combo box input to select work sheet to copy data to in excel vba
    By Hashana in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-05-2012, 11:00 AM
  2. select a column range based on a condition and copy to another sheet
    By GSCCK in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-02-2012, 10:59 PM
  3. Copy select cells from one sheet into the next available column in another sheet
    By gsjan1 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-31-2012, 05:55 PM
  4. Copy select cells from one sheet into the next available column in another sheet
    By gsjan1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-27-2012, 05:45 PM
  5. Select Cells and Copy to new sheet if column = x
    By nathansouthall in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-18-2011, 10:51 AM
  6. Find Text, Select range below, copy, paste to new work sheet
    By kim5012 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-13-2011, 07:10 PM
  7. How to do Input Msgbox to copy select column to sheet 2 ?
    By yannipr in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-10-2008, 03:52 PM
  8. If value in column then copy row to new work sheet?
    By covertlyobvious in forum Excel General
    Replies: 1
    Last Post: 11-08-2007, 08:56 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