+ Reply to Thread
Results 1 to 5 of 5

LOOKUP Function from column base to Row Base

Hybrid View

  1. #1
    Registered User
    Join Date
    10-19-2022
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    18

    LOOKUP Function from column base to Row Base

    Hi All,

    i want to do lookup from Source Sheet to Working file sheet
    i have list of CITY morethan 20 and List of SKU morethan 400 , doing this manually will consume time a lot

    i have no idea what formula can help me to prompt my task, at this point of time, i do vlookup by manually selection on the source array as per City.

    will be glad if someone can help me.

    attached file with expected result in working file sheet with yellow highlighted

    Thank you.
    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 2406
    Posts
    44,662

    Re: LOOKUP Function from column base to Row Base

    The SKUs do not match...

    ZCR-D190(S) etc, etc, are not present on the other sheet. There are NO matches to find...

    If you put one in (the purple cell), the formula:

    =IFERROR(INDEX(SOURCE!$C$6:$Q$22,MATCH($B6,SOURCE!$B$6:$B$22,0),MATCH(1,INDEX((SOURCE!$C$4:$Q$4=$C6)*(SOURCE!$C$5:$Q$5=D$5),0),0)),0)

    works perfectly!!!
    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

  3. #3
    Registered User
    Join Date
    10-19-2022
    Location
    Singapore
    MS-Off Ver
    2019
    Posts
    18

    Re: LOOKUP Function from column base to Row Base

    Wow, thanks for your prompt response Glenn

    yeah i forgot to manipulated SKU in Source file, only did in working sheet file :D
    but your formula is completely helping me to easiest my job

    GBU Glenn and thank you

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,346

    Re: LOOKUP Function from column base to Row Base

    Try D6:
    Formula: copy to clipboard
     =INDEX(SOURCE!$C$6:$Q$22,MATCH($B6,SOURCE!$B$6:$B$22,0),MATCH($C6,SOURCE!$C$4:$Q$4,0)+MATCH(D$5,SOURCE!$C$5:$G$5,0)-1)
    copied down and across.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,346

    Re: LOOKUP Function from column base to Row Base

    Thanks for the rep.



    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Convert from base 16 to base 62 and possible limits of VBA
    By LPLA in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 09-07-2021, 11:32 AM
  2. Converting base 10 decimal to base 5
    By dhenrynj in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-07-2020, 08:42 PM
  3. lookup a value base on a range
    By mrkhchan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-11-2014, 11:20 AM
  4. Excel data base or access data base collection?
    By mcdonalds in forum Excel General
    Replies: 0
    Last Post: 02-17-2014, 08:04 AM
  5. how to transform data from row-base to column-base
    By fei2010 in forum Excel General
    Replies: 3
    Last Post: 11-23-2012, 12:17 AM
  6. Leading Zeros for Base 10 to Base 36 Converter
    By norman.johnson in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-07-2011, 08:09 AM
  7. convert non data base to data base format using formula
    By murarihyd in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-22-2011, 11:42 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