+ Reply to Thread
Results 1 to 8 of 8

Match and Display Value from Sheet 1

  1. #1
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Match and Display Value from Sheet 1

    Sir/Madam,

    I need to fetch client name in sheet 2 g column from sheet 1 C column. Please your earlier formula is not working, pls attach excel
    Attached Files Attached Files
    Last edited by maddyrafi1987; 11-04-2022 at 07:30 AM.

  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,853

    Re: Fetch client name in sheet 2 g column from sheet 1*C*column

    In G2 copied down:

    =INDEX(Sheet1!C:C,MATCH(F2,--Sheet1!A:A,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.

  3. #3
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Fetch client name in sheet 2 g column from sheet 1*C*column

    Madam, it showing error pls attach the excel file

  4. #4
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Fetch client name in sheet 2 g column from sheet 1*C*column

    I tried this formula but its not working mam
    Attached Files Attached Files

  5. #5
    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: Match and Display Value from Sheet 1

    In your file, the formula looked like:

    =INDEX(Sheet1!C:C,MATCH(F2,--@Sheet1!A:A,0))


    Delete the @ and add an IFERROR statement:

    =IFERROR(INDEX(Sheet1!C:C,MATCH(F2,--Sheet1!A:A,0)),"")
    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

  6. #6
    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: Match and Display Value from Sheet 1

    On second thoughts, use this:

    =IFERROR(INDEX(Sheet1!C:C,INDEX(MATCH(F2,--Sheet1!A:A,0),0)),"")

    My previous version was an array formula. This should work OK with just ENTER.

    Delete any @ that Excel adds to it!!

  7. #7
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Match and Display Value from Sheet 1

    Working fine Thank you sir and mam.

  8. #8
    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,853

    Re: Match and Display Value from Sheet 1

    Glad to have helped.

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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. compare column from two sheet and fetch differ data
    By wlinksanju in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-30-2021, 08:24 AM
  2. Replies: 1
    Last Post: 04-13-2021, 07:35 PM
  3. Replies: 1
    Last Post: 06-19-2018, 03:15 AM
  4. Search for column in 2nd sheet, copy that column to column a in 2nd sheet and distribute
    By anthonytexcel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-31-2017, 06:06 PM
  5. Replies: 4
    Last Post: 08-21-2013, 07:15 AM
  6. fetch using rows and column values to the varable in other sheet
    By sulohith in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-30-2013, 09:37 AM
  7. Copy column data on one sheet to row or column date on another sheet based on user in
    By soready42012 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-08-2012, 12:03 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