+ Reply to Thread
Results 1 to 2 of 2

Compare 2 columns, in Seprate Sheets, for same name. If Match = Value of Cell 3 to right

  1. #1
    Registered User
    Join Date
    04-05-2017
    Location
    austin, texas
    MS-Off Ver
    2016
    Posts
    5

    Compare 2 columns, in Seprate Sheets, for same name. If Match = Value of Cell 3 to right

    I'm having some trouble with a formula that I'm hoping to get your thoughts on.

    AZ1 = Sheet1
    AZ = Sheet 2

    'AZ1'!C2 = Cell Value that I'm trying to compare

    'AZ'!C:C = Range that I'm comparing with

    'AZ'!H:H = Holds cell Value that I'm trying to copy, if 'AZ1'!C2 = a match in 'AZ'!C:C.

    I've tried using vLookup, Match, and If functions to make it work but keep running into errors. Any help would be amazing!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Compare 2 columns, in Seprate Sheets, for same name. If Match = Value of Cell 3 to rig

    Try this:

    =IFERROR(VLOOKUP('AZ1'!C2,'AZ'!C:H,5,0),"not present")

    Hope this helps.

    Pete

+ 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 Columns in Two Sheets. If Match, Transfer data in Cell from Sheet 1 to Shet 2
    By beconajoonu in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-30-2016, 12:32 AM
  2. Replies: 7
    Last Post: 04-18-2016, 02:26 AM
  3. compare two columns on different workbooks and if they match copy one cell.
    By gbest in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-25-2014, 02:59 AM
  4. [SOLVED] Compare number from cell to numbers in columns A in 2 sheets
    By abjac in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-12-2013, 05:27 PM
  5. Macro to Compare Two sheets, if Match *within* Cell then Update another Cell
    By karimifarzan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-12-2013, 03:05 PM
  6. Replies: 3
    Last Post: 03-30-2012, 07:21 AM
  7. Compare 2 columns in 2 sheets then enter data from a 3rd cell? Help!
    By julietayl in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2012, 09:18 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