+ Reply to Thread
Results 1 to 3 of 3

Help on entering data from one sheet based on multiple criteria

  1. #1
    Forum Contributor
    Join Date
    05-29-2012
    Location
    Walnut, Ca
    MS-Off Ver
    Excel 2010
    Posts
    182

    Help on entering data from one sheet based on multiple criteria

    Okay, so I know you experts will have an answer for me. I am trying to have my spreadsheet populate the TITLE on "Student Worker Pay" sheet automatically based on "Student Worker List" sheet. If Student Worker Pay A81, B81 = Student Worker List A:A & B:B and Student Worker Pay D and E fall within the dates of Student Worker List D and E, then it will enter in Student Worker List C in Student Worker Pay C81.

    I have been trying all of this in Row 81.

    Student Worker List is the reference sheet where all of the data should reference and pull from.

    Any suggestions....I am not an excel master. :-)

    Thank you12-13 budget-Test 9-4-12.xlsx

    Is there a way to show >= to D:D and <= E:E using this
    =IF(A81="","",INDEX('Student Worker List'!$C$2:$C$1000,MATCH(A81&B81&D81&E81,'Student Worker List'!$A$2:$A$1000&'Student Worker List'!$B$2:$B$1000&'Student Worker List'!$D$2:$D$1000&'Student Worker List'!$E$2:$E$1000,0)))
    Last edited by Dena; 09-04-2012 at 02:23 PM. Reason: Suggestion needs tweeking

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Help on entering data from one sheet based on multiple criteria

    Is this solved?

    If you solve a problem yourself before anyone else has responded, please take a moment to describe your solution, chances are some other member will benefit.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Forum Contributor
    Join Date
    05-29-2012
    Location
    Walnut, Ca
    MS-Off Ver
    Excel 2010
    Posts
    182

    Re: Help on entering data from one sheet based on multiple criteria

    This was the solution
    =IF(A3="","",INDEX('Student Worker List'!$C$2:$C$1000,MATCH(1,INDEX(('Student Worker List'!$A$2:$A$2000=A3)*('Student Worker List'!$B$2:$B$1000=B3)*('Student Worker List'!$D$2:$D$1000<=D3)*('Student Worker List'!$E$2:$E$1000>=E3),0),0)))

+ 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