+ Reply to Thread
Results 1 to 9 of 9

Match clolumn a and b with with column e and row f2:j2

  1. #1
    Registered User
    Join Date
    02-10-2015
    Location
    cyprus
    MS-Off Ver
    2010
    Posts
    50

    Match clolumn a and b with with column e and row f2:j2

    some help please how to MATCH CLOLUMN A AND B WITH WITH COLUMN E AND ROW F2:J2
    result should be taken from F3:J16
    thank you
    calculate.xls

  2. #2
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: Match clolumn a and b with with column e and row f2:j2

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    02-10-2015
    Location
    cyprus
    MS-Off Ver
    2010
    Posts
    50

    Re: Match clolumn a and b with with column e and row f2:j2

    amazing thank you, how about the if there is nothing on a or b columns to return zero or empty

  4. #4
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: Match clolumn a and b with with column e and row f2:j2

    Please Login or Register  to view this content.

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,211

    Re: Match clolumn a and b with with column e and row f2:j2

    =iferror(index(f3:j16,match(a2,e3:e16,0),match(b2,f2:j2,0)),"")

  6. #6
    Registered User
    Join Date
    02-10-2015
    Location
    cyprus
    MS-Off Ver
    2010
    Posts
    50

    Re: Match clolumn a and b with with column e and row f2:j2

    THANK YOU both its great

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Match clolumn a and b with with column e and row f2:j2

    What version of Excel does this have to work in?

    The sample file is in *.xls format but your profile says you're using Excel 2010.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  8. #8
    Registered User
    Join Date
    02-10-2015
    Location
    cyprus
    MS-Off Ver
    2010
    Posts
    50

    Re: Match clolumn a and b with with column e and row f2:j2

    THAT IS a sample file, my actual file is xlsm, am using office 2010.
    actually i modified the code to this because the coma does not work, so am using this (
    =IFERROR(INDEX($BU$85:$CL$112;MATCH(D12;$BT$85:$BT$112;0);MATCH(E12;$BU$83:$CL$83;0))
    Last edited by pavlos_x; 07-04-2015 at 04:05 AM.

  9. #9
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Match clolumn a and b with with column e and row f2:j2

    Here's another one based on the sample file.

    =IFERROR(VLOOKUP(A2;E3:J16;MATCH(B2;E2:J2;0);0);"")

+ 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. Replies: 4
    Last Post: 11-20-2014, 09:23 PM
  2. Replies: 4
    Last Post: 02-19-2013, 02:19 PM
  3. Replies: 4
    Last Post: 10-07-2012, 06:56 AM
  4. linking one clolumn to another in same sheet
    By devish in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 10-11-2011, 01:51 PM
  5. Replies: 4
    Last Post: 12-14-2009, 03:21 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