+ Reply to Thread
Results 1 to 3 of 3

Nest lookup Function to lookup name between date range and return value

  1. #1
    Registered User
    Join Date
    08-01-2017
    Location
    Florida
    MS-Off Ver
    2013
    Posts
    54

    Nest lookup Function to lookup name between date range and return value

    Hi, I am struggling to write a lookup function that will look at column a and b in the inv tab and return the rate in column c that meets that criteria from the cost page. I have the lookup between range built out but cant seem to get the lookup for the name.

    Thank you for the help!
    Attached Files Attached Files
    Last edited by bbeards; 01-17-2018 at 08:01 PM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Nest lookup Function to lookup name between date range and return value

    Your output is wrong

    Inv!C2 should be 173 not 159

    This works
    in Inv!C2
    =SUMPRODUCT((A2=Cost!A$2:A$1000)*(B2>=Cost!B$2:B$1000)*(B2<=Cost!C$2:C$1000)*(Cost!D$2:D$1000))
    and copy down the column
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,294

    Re: Nest lookup Function to lookup name between date range and return value

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

+ 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. Return the Range From a Lookup Function
    By cmore in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-15-2014, 08:58 AM
  2. [SOLVED] LOOKUP TODAY function within a date range to return a value
    By Mike Brewer in forum Excel General
    Replies: 9
    Last Post: 12-04-2013, 12:09 PM
  3. Replies: 2
    Last Post: 06-07-2013, 02:21 PM
  4. [SOLVED] lookup date within date range grid to return fiscal month value
    By tigerseye001 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-10-2012, 02:27 PM
  5. [SOLVED] lookup date in range and return value
    By SAsplin in forum Excel General
    Replies: 3
    Last Post: 05-14-2012, 06:46 AM
  6. Advanced Lookup and Average Nest Function
    By ucdivingcu in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-26-2007, 11:10 AM
  7. return range of data from lookup function
    By Boom1 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-18-2006, 12:20 PM

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