+ Reply to Thread
Results 1 to 4 of 4

Function to Match the number in given range

  1. #1
    Forum Contributor
    Join Date
    06-24-2012
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    302

    Function to Match the number in given range

    Hi Expert,

    Need your expertise for given range in 7 cells that has numbers and if matches in eight cell, write the results
    e,g

    if in a row A1:G1 has :

    1,2,3,4,5,6,7 numbers and H1 has say number 4, I wish to have function to mach and write 4 in cell I1

    I have tried in cell I1 function =Match(H1,A1:G1,0) gives me incorrect results
    Please help
    Thanks
    Karnik

  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 2403
    Posts
    44,053

    Re: Function to Match the number in given range

    Hi. Try this:

    =IF(ISNUMBER(MATCH(H1,A1:G1,0)),H1,"")
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Contributor
    Join Date
    06-24-2012
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    302

    Re: Function to Match the number in given range

    Hi Glenn,

    Thanks for your timely assistance and valuable expertise.
    It works brilliantly
    Karnik

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Function to Match the number in given range

    You're welcome!! Best wishes for 2019.

+ 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] Get the MATCH value index from a range that has number
    By dluhut in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-08-2017, 01:11 AM
  2. Replies: 3
    Last Post: 08-14-2017, 06:26 AM
  3. [SOLVED] Try to match name by certain range of number
    By wowersdh in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-18-2016, 01:44 AM
  4. Query date range and ref number match to return another reference number
    By 27paul0 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-09-2015, 07:31 AM
  5. Replies: 6
    Last Post: 03-17-2014, 08:10 PM
  6. Range.Find function fails to find a match but For loop confirms that match exists
    By 6StringJazzer in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-08-2013, 03:35 PM
  7. Test if a number match one of a range
    By BRISBANEBOB in forum Excel General
    Replies: 4
    Last Post: 12-18-2008, 01:12 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