Forum Discussion

Boe Dillard's avatar
Boe Dillard
Iron Contributor
Nov 04, 2019
Solved

Comparing lists from two sheets?

Hello, I have an excel workbook.   On the first sheet I have a list of about 200 people who are still on our exchange server.   On the second sheet I have a list of every user in our company (abou...
  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Nov 04, 2019

    Boe Dillard 

     

    Okay, if you don't want to filter out (i.e. display) only employees in Sheet2 that occur in Sheet1, you can make a similar formula in Sheet1, eg. in B1.

     

    =VLOOKUP(A1,Sheet2!A:B,2,FALSE)

     

    ....assuming that column A in sheet2 has the name and B has the last logon date.

Resources