+ Reply to Thread
Results 1 to 4 of 4

Date Lookup to initiate data populating another worksheet

  1. #1
    Registered User
    Join Date
    05-17-2013
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    6

    Date Lookup to initiate data populating another worksheet

    What formula can I use:

    I'm trying to use a date to trigger data populating from one sheet to another. I attached a spreadsheet that has the data on one tab and the second tab that needs the data to populate.

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Date Lookup to initiate data populating another worksheet

    Please clarify the process you intend to operate here.

    1) Data is manually inserted into "Data Want Transferred" sheet.
    2) At some given trigger, the data is PHYSICALLY transferred to "Data Transfer Sheet" permanently.

    3) steps 1 and 2 above can be repeated for a new date?


    I ask because a formula cannot do this. To make physical and permanent entries into the second sheet would require VBA and some method of triggering it.

    Questions:
    a) Is this what you had in mind?
    b) Is VBA alright to employ?
    c) If the SAME date is used on sheet1 more than once, what happens? Does the data transfer to sheet2 on a new row, or does it need to find the original row and replace the data sent over earlier?
    d) Does sheet1 need to pull BACK from sheet2 the existing data if it exists and the existing date is put into A2?
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    05-17-2013
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Date Lookup to initiate data populating another worksheet

    Jerry - your assumptions for 1,2 & 3 are exactly correct. A VBA is alright to use as well.

    The data in sheet1 needs to transfer to sheet2 one time in a blank row with the corresponding date. Then I'm thinking I can just copy & paste special value it so I can repeat this step the next day for the next date. So sheet1 does not need to pull back to sheet2.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Date Lookup to initiate data populating another worksheet

    I can't help but ask... then why not simply enter your data into sheet2? It's a small form and TABBING across a single row entering values is far simpler than mouse-clicking through the "layout" on Sheet1. Sheet1 looks nice, but from an end-user standpoint doesn't offer a simpler input that sheet2 already does.

+ 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