+ Reply to Thread
Results 1 to 11 of 11

Export data from tab to tab a second criterion to guide 3

  1. #1
    Valued Forum Contributor marreco's Avatar
    Join Date
    07-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    1,862

    Export data from tab to tab a second criterion to guide 3

    I have a file with 3 tabs. The tab called "Exported_Data" receive data tab labeled "Register", based on the criteria tab "Summary". See the result that was done manually and that I need to get n tab "Exported_Data" Thank you!Desfazer edições
    Attached Files Attached Files
    Last edited by marreco; 06-05-2012 at 07:36 PM.
    "No xadrez nem sempre a menor dist?ncia entre dois pontos ? uma linha reta" G. Kasparov.

    If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select b from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.

  2. #2
    Valued Forum Contributor Dunc3142's Avatar
    Join Date
    09-05-2007
    Location
    Franklin OH
    MS-Off Ver
    2000 and 2007 and 2010 @ Home & Teach 2010
    Posts
    351

    Re: Export data from tab to tab a second criterion to guide 3

    I think this is what you are after. Formula starting in cell A10 of exported data.
    Attached Files Attached Files
    Yes it will. we just have to figure out how...
    If I have helped you, PLEASE click the * and add to my Rep.
    Also, if the problem is SOLVED please mark it as so.

  3. #3
    Valued Forum Contributor marreco's Avatar
    Join Date
    07-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    1,862

    Re: Export data from tab to tab a second criterion to guide 3

    I'm sorry but I'm changing the formula to VBA as the original spreadsheet, I have many lines, it is very heavy, if someone could me judar with VBA, I am grateful!

  4. #4
    Valued Forum Contributor marreco's Avatar
    Join Date
    07-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    1,862

    Re: Export data from tab to tab a second criterion to guide 3

    Hi.

    Any idea?

    Thank you!!

  5. #5
    Valued Forum Contributor marreco's Avatar
    Join Date
    07-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    1,862

    Re: Export data from tab to tab a second criterion to guide 3

    Hello people.
    anyone have any idea how to do for VBA?
    Thank you!

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

    Re: Export data from tab to tab a second criterion to guide 3

    Should the exported_data tab have formulae only in as many rows as the Summary sheet?
    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]

  7. #7
    Valued Forum Contributor marreco's Avatar
    Join Date
    07-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    1,862

    Re: Export data from tab to tab a second criterion to guide 3

    Who in this case the column "A" is my criteria, but should follow the guide to "Exported_Data", column "A" and "B" tab "Summary".
    It is exactly what makes the Dunc3142 did! But I need via VBA.

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

    Re: Export data from tab to tab a second criterion to guide 3

    Yes, when you do it via formula, you can just drag down the answer to how many ever rows you need.

    But when you are doing it through VBA, you need to tell the code for how many rows you want the formulae to be input.

    So your summary tab shows 5 rows, does that mean your exported_data tab should also have the formulae for 5 rows?

  9. #9
    Valued Forum Contributor marreco's Avatar
    Join Date
    07-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    1,862

    Re: Export data from tab to tab a second criterion to guide 3

    Hi.

    yes!!..........

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

    Re: Export data from tab to tab a second criterion to guide 3

    Use this code
    Please Login or Register  to view this content.
    Put the code in a standard module.

    The formula that was given to you was only considering row 10 of the Cadastre sheet. I have made it variable, so it will consider how many ever rows are there.

    The formulae in the exported_data sheet will be input, then paste special values and the date format applied to columns E & F.

  11. #11
    Valued Forum Contributor marreco's Avatar
    Join Date
    07-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    1,862

    Re: Export data from tab to tab a second criterion to guide 3

    Thank you!!!

+ 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