+ Reply to Thread
Results 1 to 3 of 3

Pulling information from one sheet to another

  1. #1
    Registered User
    Join Date
    08-06-2012
    Location
    Quincy,IL
    MS-Off Ver
    Excel 2003
    Posts
    84

    Pulling information from one sheet to another

    Hi quick simple question.

    I need to pull information from one sheet to another based on a date.

    I need all Physicals, CDLs and Haz Mats that are before (But not equal to) the date of 2/1/13.

    I want to be able to change this date every month so im thinking some kind of helper cell with just the date and the formul would refernce that cell would be nice.

    I have a attached a sheet.

    http://www.ozgrid.com/forum/showthre...981#post637981

    Book1.xlsx

  2. #2
    Registered User
    Join Date
    08-06-2012
    Location
    Quincy,IL
    MS-Off Ver
    Excel 2003
    Posts
    84

    Re: Pulling information from one sheet to another

    Attached wrong file!!!!
    Attached Files Attached Files

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Pulling information from one sheet to another

    Not such a simple answer, I'm afraid. Here's what I did,
    I put your date in cell B1 then in A3 (for example)
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    This is entered as an Array, (use CONTRL SHFT ENTER instead of ENTER, you'll see brackets appear {} around the formula)
    The SMALL(IF....) part brings back the rows that have values less than or equal to B1, The INDEX returns the corresponding values in the column you are interested in. i.e. Q for Birth date. You need to change the INDEX columns for each item you want moved. (If the headers on the two tables matched exactly, we could have automated this). See attached and let me know if you have questions.
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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