+ Reply to Thread
Results 1 to 3 of 3

Help required on a Vertical and Horizontal lookup matching criterias

  1. #1
    Registered User
    Join Date
    09-29-2022
    Location
    UK
    MS-Off Ver
    latest
    Posts
    2

    Help required on a Vertical and Horizontal lookup matching criterias

    Hi All

    Please can you help with an issue i have with using Vertical and Horizontal lookups.....

    Please see attached work sheet for details.

    Using the Item, Quantity and Current Cycle i need to find a matching Planned Cycle - this must match the item, the Planned Cycle must be >= Current Cycle and the Cycle Quantity must be >= to the Quantity - the returning planned cycle must be the 1st cycle matching the criteria.

    I have written a crude formula but this doesn't lookup on the item.

    Hope this is clear enough and thank you in advance.

    Steph
    Attached Files Attached Files
    Last edited by stephboucher67; 09-29-2022 at 07:11 AM.

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Help required on a Vertical and Horizontal lookup matching criterias

    perhaps
    =IF(RIGHT(INDEX(B10:G10,XMATCH(B4,INDEX(B11:G12,MATCH(B3,A11:A12,0),0),1)),3)*1<RIGHT(B5,3)*1,B5,INDEX(B10:G10,XMATCH(B4,INDEX(B11:G12,MATCH(B3,A11:A12,0),0),1))) as long as the last 3 digits of the cycle number are a number

    or
    =INDEX(B27:G27,MAX(XMATCH(B21,INDEX(B28:G29,MATCH(B20,A28:A29,0),0),1),MATCH(B22,B27:G27,0)))

  3. #3
    Registered User
    Join Date
    09-29-2022
    Location
    UK
    MS-Off Ver
    latest
    Posts
    2

    Re: Help required on a Vertical and Horizontal lookup matching criterias

    Thank you, that appears to be working great!!!

+ 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] VBA Code Required to convert Horizontal to Vertical
    By Yadavgiri in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-04-2022, 01:15 PM
  2. Replies: 25
    Last Post: 09-17-2020, 02:30 PM
  3. Finding a specific value based on vertical & horizontal criterias
    By agadge123 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-08-2016, 03:40 PM
  4. [SOLVED] Sumif 2 criterias one horizontal with duplicates and 1 vertical
    By Mengo85 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-26-2015, 01:23 PM
  5. Horizontal and Vertical matching together
    By pmagicnet in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-07-2015, 10:40 AM
  6. [SOLVED] 3 criteria for horizontal and vertical matching
    By mator in forum Excel General
    Replies: 5
    Last Post: 12-24-2014, 07:19 AM
  7. 3 criteria for horizontal and vertical matching from a table
    By mator in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-24-2014, 06:28 AM

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