+ Reply to Thread
Results 1 to 4 of 4

Highlighting Data in Two Seperate Excel Spreadsheets

  1. #1
    Registered User
    Join Date
    06-07-2015
    Location
    Hoboken, NJ
    MS-Off Ver
    2010
    Posts
    2

    Highlighting Data in Two Seperate Excel Spreadsheets

    Hi there all! New here, Excel rookie but I try...

    Ok. Here is some context. I have two spreadsheets from two different vendors. On each spreadsheet is a list of names, employee ID#, etc of employees who have used a particular service (same service from both vendors). I need to highlight people who are on both spreadsheets and thus using both services.

    Can anybody give me a lay-styled explanation of how I can do this? Would this be a VLOOKUP?

    Any help will be greatly appreciated!

    Cheers,
    zzapapa

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Highlighting Data in Two Seperate Excel Spreadsheets

    Hi, welcome to the forum

    I would normally use Conditional Formatting for this, but that does not work across workbooks

    So, here is another approach. Assume your names (in each WB) are in column A, put this in the 1st sheet, B1, and copy down...
    =IFERROR(MATCH(A1,'[Sheet Example.xlsx]data2'!F$2:F$18,0),"")

    Adjust the sheet names for the other file.

    This will give you a blank cell where there is NO match, and a row number, where there IS a match.

    If you want, we can color the "found" cells
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    06-07-2015
    Location
    Hoboken, NJ
    MS-Off Ver
    2010
    Posts
    2

    Re: Highlighting Data in Two Seperate Excel Spreadsheets

    I have to admit, that looks amazing. Can you explain to me conditional formatting? I could move all the data onto one spreadsheet.

    I'm literally going to have this page up tomorrow at work. I'll let you know how I progress!

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Highlighting Data in Two Seperate Excel Spreadsheets

    See the attached. I have mocked up 2 columns of data.

    Column A has Conditional Formatting in it to change colors where a match is found
    Column C just has a formula in it to show the matches

    For the CF...
    1. highlight the range you want to apply the conditional formatting to (A3:A20 in my example)
    2. on the home tab, styles, select CF
    3. select new rule, select use formula
    4. enter =MATCH(A3,B$3:B$20,0)
    Attached Files Attached Files

+ 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. Tracking and highlighting 'like' data in different spreadsheets
    By sallyz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-26-2013, 12:43 AM
  2. Import Data from multiple spreadsheets into seperate spreadsheets worksheet
    By cablecrt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-17-2008, 08:01 AM
  3. Combining Data From Two Seperate Spreadsheets?
    By nitehawk in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 12-14-2006, 04:20 AM
  4. Lookup Data in two seperate Spreadsheets
    By Padraig in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-28-2006, 10:10 AM
  5. Replies: 2
    Last Post: 02-08-2005, 04: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