+ Reply to Thread
Results 1 to 5 of 5

If cell = value from column then show ..

  1. #1
    Registered User
    Join Date
    11-04-2019
    Location
    Romania
    MS-Off Ver
    2016
    Posts
    9

    If cell = value from column then show ..

    Hello.
    I have two sheets and I want to do the following:
    1. to identify the duplicates in column A of the two sheets;
    2. in sheet1 column C, I want to be enterd the values from sheet2 column B, if the value in column A is identical (like in screenshot).

    Thank you.
    Attached Images Attached Images
    Attached Files Attached Files

  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. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,595

    Re: If cell = value from column then show ..

    Try this:

    =IFERROR(VLOOKUP(Foaie1!A2,Foaie2!$A$2:$B$4,2,0),"No Alias")
    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 Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: If cell = value from column then show ..

    Put this formula in C2 of Sheet1:

    =IFERROR(VLOOKUP(A2,Foaie2!$A$2:$B$4,2,0),"")

    then copy down. You may need to change the commas ( , ) in the formula to semicolons ( ; ), according to your regional settings.

    I'm not sure how you want to identify duplicates - using conditional formatting, or another column?

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    11-04-2019
    Location
    Romania
    MS-Off Ver
    2016
    Posts
    9

    Re: If cell = value from column then show ..

    Thank you.
    Worked.
    You are the best!

  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. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,595

    Re: If cell = value from column then show ..

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

+ 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] Show row if cell contents in column A match filter selection from column B
    By SHANNON MAUGHAN in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-13-2017, 01:28 AM
  2. VBA-Show cell value in column (A) when i select row
    By Ezzathaz in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-12-2015, 09:20 AM
  3. [SOLVED] One TextBox Show Column and the other show Cell address Solved by : ragulduy
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-26-2014, 05:17 AM
  4. [SOLVED] Show the last cell in a column
    By Saturn in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-09-2013, 09:24 AM
  5. [SOLVED] Find last cell used in column and show data in that cell
    By LaurenL in forum Excel General
    Replies: 8
    Last Post: 04-18-2012, 01:21 PM
  6. Replies: 3
    Last Post: 12-02-2011, 11:19 AM
  7. [SOLVED] show first few letters of a column in another cell
    By Glenn in forum Excel General
    Replies: 1
    Last Post: 04-04-2005, 02:06 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