+ Reply to Thread
Results 1 to 10 of 10

Correction in function

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

    Correction in function

    Hi Experts,
    When following function is used for matching , it gives blank result in column D

    IF(ISNUMBER(MATCH(($C$2:$C$11),A2:B2,0)),C2,"")

    ( Col D numbers are written manually and above function to give results after correction....
    Sample file attached


    A B C D

    2 4 1
    1 2 3 1
    6 8 5
    7 20 7 7
    6 14 9 14
    11 13 10
    8 21 12
    26 28 14
    11 16 16 16
    18


    Thanks
    Karnik
    Attached Files Attached Files

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Correction in function

    Can you more describe in details, i don't understand logic.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    Forum Contributor
    Join Date
    10-13-2015
    Location
    Culloden, West Virginia
    MS-Off Ver
    2010
    Posts
    168

    Re: Correction in function

    So, you're wanting column D to display matches from columns A,B,& C, from the same row?

    I opened the sheet you attached and it's working just by inserting the formula you provided in column D.

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

    Re: Correction in function

    Hi
    Thanks for addressing function
    I have one set of fix numbers, if any one of this is matched,from given range of numbers, write in given cell , if not found, leaves blank
    Please review excel file
    Thanks in advance
    Karnik

  5. #5
    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. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,348

    Re: Correction in function

    This maybe:

    =IFERROR(VLOOKUP(A2,$C$2:$C$11,1,0),"")&IFERROR(VLOOKUP(B2,$C$2:$C$11,1,0),"")
    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.

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

    Re: Correction in function

    Hi JME and AVK
    You were right , it worked , I did not pay attention in details..... that may have confused both
    Cheers
    Karnik

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

    Re: Correction in function

    Hi Atul
    Sorry to bother you again.
    Please see proper attachment.
    Can you please review my remarks ?

    Thanks
    Karnik
    Attached Files Attached Files

  8. #8
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,621

    Re: Correction in function

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Ben Van Johnson

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

    Re: Correction in function

    Hi Ben,
    Thanks, it works without any bugs...
    Cheers
    Karnik

  10. #10
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,621

    Re: Correction in function

    ................

+ 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. Looking for formula correction
    By wonderd in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-14-2019, 02:23 PM
  2. [SOLVED] vba code correction
    By antonio32 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-27-2017, 02:38 PM
  3. [SOLVED] correction len function
    By mazan2010 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-11-2016, 09:51 AM
  4. [SOLVED] Text correction function
    By Did13n in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-28-2016, 02:00 AM
  5. If Function needed some correction in what I am doing wrong
    By chandannasta in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-05-2014, 03:56 AM
  6. [SOLVED] Correction to a formula
    By mikerules in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-10-2014, 12:18 AM
  7. correction
    By nowfal in forum Excel General
    Replies: 4
    Last Post: 03-24-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