+ Reply to Thread
Results 1 to 5 of 5

Help with matching function

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Question Help with matching function

    I would like please the formulas in cells N3 and P3 from the attached sample sheet to be modified as follows:

    If an exact match manual entry value in cell M3 with A31:A85, cells N3 and P3 to return the exact match from A31:A85.

    If no exact match manual entry in cell M3 with A31:A85, cells N3 and P3 to return next higher match from A31:A85 column.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Help with matching function

    You work with merged cells.

    The advice is don't work with merged cells, you get in trouble with it, sooner or later.

    You don't have any values in the sheet.

    You don't have the desired result in your sheet.

    In that case it is difficult to test the formula.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Help with matching function

    A new sheet is attached with sample values on it.

    Example, if I enter the value (14) in cell M3, I would like please the formula in cell N3 to return (268.5). And if I enter (15) instead of (14) in the same cell M3 I would like the same new edited formula in cell N3 to return (268.3).
    Attached Files Attached Files

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Help with matching function

    hi Khaldon, try:
    =IF($M$3="","",INDEX(C8:C62,MATCH(TRUE,INDEX(A8:A62>=M3,),0)))

    colouring all the cells in Excel is not a good idea by the way. takes up resources

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  5. #5
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Help with matching function

    That dose it, thank you for the colouring advice.

+ 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. Need Help With Matching Function
    By kalubalu in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-27-2012, 10:45 AM
  2. Need function for matching samples
    By cph in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-17-2010, 07:55 AM
  3. Trying to further matching function of excel
    By Ilmatic in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-26-2010, 02:07 PM
  4. String Matching Function
    By ravinder_tigh in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-26-2009, 07:25 AM
  5. Matching Function
    By chiscon3 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-09-2008, 12:45 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