+ Reply to Thread
Results 1 to 2 of 2

Excel Lookup from different sheet

  1. #1
    Registered User
    Join Date
    05-04-2021
    Location
    India
    MS-Off Ver
    2019
    Posts
    37

    Excel Lookup from different sheet

    How to validate Flag Column in Sheet1 from Sheet2

    Match if wrpt to ID CountryName from Sheet1 is matching in Sheet2

    NoMatch if wrpt to ID CountryName is not matching in Sheet2

    NoData if wrpt to ID CountryName is not present in Sheet 2
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,161

    Re: Excel Lookup from different sheet

    Cell D2=IF(Sheet2!B2="","No Data",IF(A2&LEFT(C2,FIND("|",C2)-1)=LEFT(Sheet2!A2,FIND(" ",Sheet2!A2)-1)&Sheet2!B2,"Match","Nomatch"))

+ 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. I need help to auto-populate a % return on excel using different sheet and lookup
    By Seed Property in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-30-2019, 10:14 PM
  2. [SOLVED] Pull Vlookup from excel sheet and use the lookup value as userform textbox value
    By jdpaul88 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 11-26-2018, 12:08 AM
  3. i want lookup in multiple excel sheet,
    By vengatvj in forum Excel General
    Replies: 1
    Last Post: 09-24-2013, 04:02 AM
  4. [SOLVED] Excel Macro to lookup sheet name with a range of cells and paste in the reference sheet
    By mishaq in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-08-2013, 02:55 PM
  5. [SOLVED] Excel Lookup multiple citeria from one sheet to another
    By f1torque in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-20-2013, 02:23 AM
  6. Replies: 11
    Last Post: 10-14-2012, 01:03 PM
  7. how to use lookup a value by date for criteria in Excel sheet
    By dom in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-11-2005, 01:06 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