+ Reply to Thread
Results 1 to 5 of 5

Show info in Column C, if A & B match criteria

  1. #1
    Registered User
    Join Date
    06-22-2009
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2007
    Posts
    38

    Show info in Column C, if A & B match criteria

    Hi!

    What I'm having a hard time is trying to get information from column C to pull into a cell, for a specific student (column A), but only when the entry happens between two set of dates (column B).

    Column A = Student Name
    Column B = Entry Date
    Column C = Entry

    So in a different worksheet, the names of the students will already be on the report and each column following will have a date range of a week. So for column B I want the entry that only happened between "09/07/09-"09/13/09". No student will have more than one entry a week so I just want it to locate the entry and fill in automatically. This will repeat for each week after as well.

    I've attached the workbook sample because I'm very bad at explaining things.

    Thanks!

    - Santana
    Last edited by PowerSchoolDude; 08-21-2009 at 03:03 PM.

  2. #2
    Forum Contributor
    Join Date
    07-29-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    365
    Posts
    255

    Re: Show info in Column C, if A & B match criteria

    I would try something like this in a new column as a identifier for date.

    Please Login or Register  to view this content.
    Then you could sort this row, everything with a '1' sit between the required date.
    Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Show info in Column C, if A & B match criteria

    Perhaps based purely on your example:

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    06-22-2009
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2007
    Posts
    38

    Re: Show info in Column C, if A & B match criteria

    Thank you guys for the help! You guys got it to work!

    I altered it a little bit to search between two dates and it works!

    =LOOKUP(2,1/(('Paste Here'!$A$2:$A$9=A2)*('Paste Here'!$B$2:$B$9<=DATE(2009,9,13)*('Paste Here'!$B$2:$B$9>=DATE(2009,9,7)))),'Paste Here'!$C$2:$C$9)


    Thank you thank you thank you! You guys rock!

+ 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