+ Reply to Thread
Results 1 to 7 of 7

Transfering column information from sheet to sheet

  1. #1
    Registered User
    Join Date
    04-18-2012
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    14

    Transfering column information from sheet to sheet

    Hi

    I would like to transfer information automatically from column c of all sheets to sheet 1 coloumn a, b, c etc .

    e,g sheet two column c to sheet 1 coloumn a,then from sheet 3 column c to sheet 1 column b, sheet 4 colomn c to sheet 1 colomn c.. up to sheet 50 .
    I would like any changes to sheets 2-50 to automatically update sheet 1 .

    Is this possible ?your help is greatly appreciated as always .

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Transfering column information from sheet to sheet

    It will be good if you explain with the help of a sample excel file.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    04-18-2012
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Transfering column information from sheet to sheet

    hio

    unfortunately i cannot add attachments from work

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Transfering column information from sheet to sheet



    sheet two column c to sheet 1 coloumn a,then from sheet 3 column c to sheet 1 column b, sheet 4 colomn c to sheet 1 colomn c.. up to sheet 50 .
    I would like any changes to sheets 2-50 to automatically update sheet 1
    in sheet1
    column A =Sheet2!C1
    column B =Sheet3!C1
    column C =Sheet4!C1 etc.
    drag down
    or
    copy sheet2 -column C go to sheet1 column A Right Click "paste Special" --"Paste Link"
    ****don't know if this is what you wan't
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Transfering column information from sheet to sheet

    Hi

    A simple way is to do something like this.

    In Sheet!1B1, type this

    =Sheet3!C1 and copy down.

    Same for the others.

    Is this, helps you?
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  6. #6
    Registered User
    Join Date
    04-18-2012
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Transfering column information from sheet to sheet

    hi guys both above work , however if i paste link the blank cells show as 0 , can they be left blank after copying ?

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Transfering column information from sheet to sheet

    Try this.

    =if(Sheet3!C1="","", Sheet3!C1)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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