+ Reply to Thread
Results 1 to 3 of 3

Function needed to extract data from one sheet and import sequentially on to another

  1. #1
    Registered User
    Join Date
    01-12-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Unhappy Function needed to extract data from one sheet and import sequentially on to another

    Hi there;

    I am currently looking to create an excel tool to use with a step counter to track progress of steps

    What I wanted to do was have an 'input' section in which I can input the data over 7 days, and once complete, essentially 'export' this data in to an archive from which I can do all kinds of charting and reporting etc...

    At the moment, I am stuck on how to solution the 'data input' section

    Pressumably I am after a submit command button of some kind that, upon invocation, will take the data from 'sheet 1' and import it on to 'sheet 2' in to the next available row?

    Are any gurus able to offer an advice on what kind of function could acheive this?

    I attach the high-level example to give context (see tabs "Input Sheet" and "Totals")

    I don't think this thread crosses any others... all others seem to be orientated to combobox data management or forumla driven solutions.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-12-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Lightbulb The logic I'm after

    Thinking about it, the kind of activity that I want the submit button to do logically is this:

    - Take data from B4:H4
    - Check Sheet 'Totals'!
    - Is 'Totals'!C3:H3' empty?
    - If so - import data from 'Input Sheet'!B4:H4 in to C3:H3
    - Else, is C4:H4 empty? etc...

    Although I think this could have a poor performance overhead if it has to keep checking each row line by line??

    Another option could be to have the week number added to the workbook, and this appends by 1 every 7 days?

    Then if that worked, the submit button could simply extract the data from B4:H4 on the Input Sheet tab, and import to the row corresponding with the Week Number on the Totals sheet?

  3. #3
    Registered User
    Join Date
    01-12-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Any one?

    Can I bump this - I'm sure there's a boffin out there who will know roughly something I can at least try?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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