+ Reply to Thread
Results 1 to 2 of 2

Transfering data between tabs using code.

  1. #1
    Registered User
    Join Date
    12-19-2007
    Posts
    4

    Transfering data between tabs using code.

    I am looking to transfer data from one tab to another without having to manually transfer the data. Ideally the code I use will select the data according to the job number in column A, and must not affect the current code that is present in the spreadsheet. The reason I need to find some code is that I don’t want to transfer the blank data entries that can be seen in TAB 1, I only want the data entries that contain numerical values.


    THE CURRENT CODE

    =IF(COUNTIF($A$2:$A2,$A2)=1,INDEX($D2:$D$9948,MATCH(E$1,$C2:$C$9948,0)),"")


    Once the data is transferred to Tab2 I would like to be able to delete the columns “cost type” and “value” without affecting the performance of the current code



    TAB1
    \1


    TAB2
    \1

    I hope this has been explained well enough! Any help would be much appreciated!

    Thanks

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    The example is a formula! What do you want, a formula or code?

    Also, why are you transferring data, it would be more efficient to use a PivotTable or similar Excel function.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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