+ Reply to Thread
Results 1 to 3 of 3

Importing DATA in tabular form fromone sheet to another sheet

  1. #1
    Registered User
    Join Date
    08-01-2009
    Location
    Phoenix, Arizona
    MS-Off Ver
    Excel 2003
    Posts
    12

    Importing DATA in tabular form fromone sheet to another sheet

    In the attached Excel file, on the Interval Summary Sheet, I am trying to import data from the "Data" sheet.
    The idea is to specify two visitor numbers on the interval_summary sheet "From Visitor Number" and "To Visitor number" and then import the corresponding data from the data sheet into Interval_Summary Sheet (Under the Red Bars). the totals will automatically be calculated and so on.

    Example if I were to specify From Visitor Number as "9" and To Visitor Number as "17" then I should be able to automatically import data from the Data sheet from 13:21 (Selection of entire row 13 to Entire row 21) and paste it in the Interval Summary Sheet just below the red bars.
    Attached Files Attached Files
    Last edited by rylo; 08-09-2010 at 05:25 PM.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Importing DATA in tabular form fromone sheet to another sheet

    Hi

    Try this.

    Right click on your Interval_Summary tab, view code and paste in
    Please Login or Register  to view this content.
    This will fire whenever there is a change in the value of interval_summary!D4. It may pay you to change the headings in C3:D3 to be From / To. There is no testing to make sure that the value in D4 is greater than / equal to the value in C4, but this is a requirement of the macro.

    See if it brings across the data you want, and, if there are some error tests required, then we can work on those.

    HTH

    rylo

  3. #3
    Registered User
    Join Date
    08-01-2009
    Location
    Phoenix, Arizona
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Importing DATA in tabular form fromone sheet to another sheet

    Works like a charm!! thanks a ton!!

+ 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