+ Reply to Thread
Results 1 to 3 of 3

Horizontal look up and vertical return (Complex)

  1. #1
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    480

    Horizontal look up and vertical return (Complex)

    Hello
    VBA Code - I'm being told this is possible but very complicated

    Can a code be written so the following can happen, I want to enter the shift, date, and machine number into the Monday scrap tab, it then looks at the Monday tab in col F and returns the part number in a horizontal way, as to the expected data

    I have could have up to 16 machines running, so, I need to enter the data highlighted in yellow and it returns as to the attached expected data?

    Can something be written so it then looks at the Monday tab and returns to the attached results that I can enter manually?


    please see attached to help explanation

    Paul

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Horizontal look up and vertical return (Complex)

    If you specify to look at the Monday tab, no need to check the date at C6.

    B11
    =MID(INDEX(Monday!$F$6:$F$29,MATCH(1,INDEX((Monday!$A$6:$A$29=$C$5)*(Monday!$B$6:$B$29=$C$8),),)),A11*9-8,8)

  3. #3
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    480

    Re: Horizontal look up and vertical return (Complex)

    that works very well...

    thanks for your time
    Paul

+ 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] return horizontal values to vertical using a key
    By NicBKK in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-14-2020, 09:41 AM
  2. [SOLVED] Return vertical values to horizontal value
    By NAXIB in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-13-2019, 12:32 PM
  3. Match vertical and horizontal values and return value
    By Nick2512 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-28-2018, 10:46 AM
  4. Replies: 16
    Last Post: 06-01-2017, 06:01 PM
  5. [SOLVED] Return Value in Cell by matching Horizontal and vertical names
    By emsiti in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-01-2016, 08:16 AM
  6. Replies: 4
    Last Post: 02-03-2014, 12:47 AM
  7. Return horizontal and vertical values
    By tsanodze in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-27-2008, 07:04 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