+ Reply to Thread
Results 1 to 3 of 3

If value in columns on separate sheets match input vale from column next to it

  1. #1
    Registered User
    Join Date
    12-27-2012
    Location
    Cheltenham
    MS-Off Ver
    Excel 2003
    Posts
    9

    If value in columns on separate sheets match input vale from column next to it

    I need a formula that will do the following:

    If the value in Sheet1 Column BE matches a value in Sheet2 Column A then display the value of the cell next to it in Sheet2 Column B

    Hope that makes sense

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: If value in columns on separate sheets match input vale from column next to it

    Try (untested)

    in Sheet2!B1
    =IFERROR(VLOOKUP(Sheet2!A1,Sheet1!$BE$1:$BE$1000,1,0),"")
    and copy down column B
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: If value in columns on separate sheets match input vale from column next to it

    Quote Originally Posted by jonwool View Post
    I need a formula that will do the following:
    If the value in Sheet1 Column BE matches a value in Sheet2 Column A then display the value of the cell next to it in Sheet2 Column B
    Hope that makes sense
    It is not very clear (for me, at least)
    If you need to compare BE and A , row by row,
    =IF('sheet1'!BE1='sheet2'!A1,'sheet2'!B1)
    If you need to lookup cell BE1 in column A and returns value in column B:
    =VLOOKUP('sheet1'!BE1,'SHEET2'!A:B,2,0)
    Quang PT

+ 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] Match Multiple Columns from Separate Sheet to get separate column.
    By gvitoro in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-19-2014, 03:38 PM
  2. Match data on two sheets and pull identifer value from a separate column
    By kmrevolution in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-01-2014, 08:43 PM
  3. Replies: 9
    Last Post: 12-16-2013, 04:02 AM
  4. [SOLVED] how to match two columns and if there is a match, input something in a third column?
    By semantics in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-21-2013, 02:46 PM
  5. Replies: 3
    Last Post: 06-12-2012, 01:33 PM
  6. Match 2 columns in 2 sheets and return the 3rd column
    By swadson in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-16-2011, 04:36 PM
  7. Formula to Match columns in separate sheets
    By jlm108108 in forum Excel General
    Replies: 2
    Last Post: 05-14-2010, 04:44 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