+ Reply to Thread
Results 1 to 5 of 5

Lookup formula using multiple criteria, including ranges in two columns

  1. #1
    Registered User
    Join Date
    12-16-2021
    Location
    Adelaide, Australia
    MS-Off Ver
    Office 365
    Posts
    4

    Lookup formula using multiple criteria, including ranges in two columns

    Hi there
    New forum member here so first time posting

    I have been struggling to get a formula to work and hoping someone can help me?

    I have a workbook with two tabs. The first tab (rate) contains a list of employees and their hourly rates within a given date range (start date is in one column and end date is in the next column). The second tab (data) contains employee data and a list of dates that I need hourly rates for.

    What I need to do is determine what hourly rate was applicable for the single date in the range on the "data" tab, so for example if the date I'm looking at was 02/11/2018 for a particular employee and the date range was starting 25/10/2018 and finishing 30/06/2019, I need the hourly rate for that employee within that range.

    I've attached a sample workbook to hopefully make this easier to follow

    Thanks for your help!
    Attached Files Attached Files

  2. #2
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,416

    Re: Lookup formula using multiple criteria, including ranges in two columns

    worksheet name : data

    Try Cell C2 formula , drag down

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: Lookup formula using multiple criteria, including ranges in two columns

    Another option in cell C2 and copy down:

    =FILTER(rate!$D$2:$D$22,(rate!$A$2:$A$22=B2)*(rate!$B$2:$B$22<=A2)*rate!$C$2:$C$22>=A2)

  4. #4
    Registered User
    Join Date
    12-16-2021
    Location
    Adelaide, Australia
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Lookup formula using multiple criteria, including ranges in two columns

    Thanks everyone. I'll give them a shot and come back if I have any more questions.

    Appreciate you coming back to me so quickly!

  5. #5
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,416

    Re: Lookup formula using multiple criteria, including ranges in two columns

    @lynnsharkey You're Welcome. Glad to help . Thank You for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] lookup with multiple criteria including duplicate dates
    By rkong in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-12-2016, 07:58 AM
  2. SUMPRODUCT, multiple criteria including ranges that are listed horozontally
    By Manwithaplan in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-05-2016, 12:51 AM
  3. Formula to lookup with multiple criteria including greater/less than
    By gurs in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-17-2015, 03:40 PM
  4. [SOLVED] Lookup Function with Multiple Criteria Including Values Between Two Dates
    By webfeet2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-14-2014, 12:01 PM
  5. SUMIFS or SUMPRODUCT with multiple criteria including date ranges
    By baxcat in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-25-2013, 09:40 AM
  6. Counting with Multiple Criteria (including Date Ranges and Text)
    By GABBA in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-05-2013, 02:56 PM
  7. [SOLVED] Multiple criteria lookup including recent date.
    By Dimydom in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-29-2012, 06:43 AM

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