+ Reply to Thread
Results 1 to 5 of 5

Formula Help - Like V Lookup but Multiple Criteria to Match

  1. #1
    Registered User
    Join Date
    02-15-2023
    Location
    Sydney, Australia
    MS-Off Ver
    365
    Posts
    2

    Formula Help - Like V Lookup but Multiple Criteria to Match

    I am trying to create a calculator that can link pricing from one sheet to another.


    I am now stuck & have tried many different formulas but cannot get it to work.

    See "Shipping Calculator" Image
    Column "P"

    Once you have added in a Postcode, Column L auto populates with the "Rate Zone"

    Now, When you select the Service (Which text links to "TNT Rates" Sheet - Row 9 or 15) I would like Column P to add in the correct pricing per "Rate" to match column L, from row 9 or 15 depending on the selection.


    Can anyone provide any insight?


    I don't know if it's the formulas I have tried, the way my data is set out of if it just isn't possible.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Formula Help - Like V Lookup but Multiple Criteria to Match

    Try:

    =IF(D7="","",INDEX('TNT Rates'!$A$9:$K$15,MATCH(D7&"*",'TNT Rates'!$A$7:$A$15,0),MATCH(L7,'TNT Rates'!$B$5:$K$5,0)))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    02-15-2023
    Location
    Sydney, Australia
    MS-Off Ver
    365
    Posts
    2

    Re: Formula Help - Like V Lookup but Multiple Criteria to Match

    Thanks so much - This seems to work!
    The only issue is it is bringing the pricing over from 1 column over to the left of the actual price needed.
    Do you have any more insight? I have had a look over the formula you have kindly provided & cannot seem to work this one out.

    E.g On the document you have attached, See Column P (Calculator Sheet) is bringing over price $12.16 from Column B (TNT Sheet) which should actually be pricing from column C as per "Rate 2"

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Formula Help - Like V Lookup but Multiple Criteria to Match

    No it doesn't... I now see I made a total mess of it. I may need to change the layout of the "Rates" sheet. Is that OK?

    It would also help if you provided a few examples with EXPECTED answers... not one example with NO expected answers.
    Last edited by Glenn Kennedy; 03-08-2023 at 03:55 AM.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Formula Help - Like V Lookup but Multiple Criteria to Match

    Is this going in the correct direction (only done for overnight, so far). Changes in purple shaded cells.

    What is the earliest VERSION of O365 do you want this to work for??
    Attached Images Attached Images
    Attached Files Attached Files

+ 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. Lookup/Match with multiple criteria help!
    By LazloHollyfeld in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-23-2021, 10:43 PM
  2. [SOLVED] Lookup with multiple match criteria
    By Hurley123 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-30-2020, 01:12 PM
  3. [SOLVED] Lookup to match multiple criteria and return multiple results excluding duplicates.
    By kris3012 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 01-13-2018, 11:06 AM
  4. Lookup Multiple Criteria using Index-Match in VBA
    By ykobure in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-21-2015, 01:41 AM
  5. Need an array possibly INDEX/MATCH formula with multiple lookup criteria.
    By TheClaw2323 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-25-2015, 09:59 AM
  6. [SOLVED] lookup match with multiple criteria
    By Bobsone in forum Excel General
    Replies: 5
    Last Post: 11-08-2014, 07:43 PM
  7. [SOLVED] Formula Required to Lookup and Match Multiple Criteria
    By The_Snook in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-06-2014, 10:59 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