+ Reply to Thread
Results 1 to 4 of 4

correct match in an area

  1. #1
    Forum Contributor
    Join Date
    09-21-2012
    Location
    greece,athens
    MS-Off Ver
    Excel professional plus 2016
    Posts
    157

    correct match in an area

    Hallo my friends.I am looking for a formula , in order to match 3 columns of data with a three column given area.Sorry about my english , i am tryig too hardwith that.i attach a file for help.Thank you in advanced.
    Attached Files Attached Files
    Power! is knowledge...............

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,987

    Re: correct match in an area

    Try this:

    =INDEX($F$3:$F$17,MATCH(1,($C$3:$C$17=I7)*($D$3:$D$17=J7)*($E$3:$E$17=K7),0))

    =INDEX($F$3:$F$17;MATCH(1;($C$3:$C$17=I7)*($D$3:$D$17=J7)*($E$3:$E$17=K7);0))

    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,783

    Re: correct match in an area

    L2=iferror(index($f3:$f100,match(i2&j2&k2,index(c3:c100&d3:d100&e3:e100,0),0)),"")

  4. #4
    Forum Contributor
    Join Date
    09-21-2012
    Location
    greece,athens
    MS-Off Ver
    Excel professional plus 2016
    Posts
    157

    Re: correct match in an area

    I want to thank you both so much.
    I will keep CARACALLA's answer. It was exactly what i needed.

+ 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: 11
    Last Post: 01-12-2016, 03:30 PM
  2. Replies: 3
    Last Post: 05-16-2015, 04:42 PM
  3. Replies: 15
    Last Post: 11-25-2014, 08:14 AM
  4. Replies: 12
    Last Post: 03-29-2013, 03:02 PM
  5. Replies: 0
    Last Post: 01-30-2013, 02:42 PM
  6. [SOLVED] Dechiper existing VBA code and implement stop in the correct area
    By DancingElvisLives in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-14-2011, 02:49 AM
  7. How to get print area borders - UsedRange not correct.
    By JO in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-03-2006, 02:40 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