Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 2 spreatsheets. Sheet #1 has the list of current employes with their
names, ids, dept, etc. Sheet #2 has list of terminated employees with their names, id, date of termination, etc. I want to ensure that there is no terminated employee on the current employee list (sheet #1). How can I do that. Any ideas will be appreciated. Thanks. -- Fubdap |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Add a formula of
=ISNUMBER(MATCH(A2,Sheet1!A:A,0)) on Sheet 2 in some spare column, then filter for TRUE -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "fubdap" wrote in message ... I have 2 spreatsheets. Sheet #1 has the list of current employes with their names, ids, dept, etc. Sheet #2 has list of terminated employees with their names, id, date of termination, etc. I want to ensure that there is no terminated employee on the current employee list (sheet #1). How can I do that. Any ideas will be appreciated. Thanks. -- Fubdap |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Bob for your help. It worked.
-- Fubdap "Bob Phillips" wrote: Add a formula of =ISNUMBER(MATCH(A2,Sheet1!A:A,0)) on Sheet 2 in some spare column, then filter for TRUE -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "fubdap" wrote in message ... I have 2 spreatsheets. Sheet #1 has the list of current employes with their names, ids, dept, etc. Sheet #2 has list of terminated employees with their names, id, date of termination, etc. I want to ensure that there is no terminated employee on the current employee list (sheet #1). How can I do that. Any ideas will be appreciated. Thanks. -- Fubdap |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can password be removed on Excel WS from terminated employee? | Excel Discussion (Misc queries) | |||
Calculate mean of test scores from rows of test answers | Excel Discussion (Misc queries) | |||
Employees | Excel Worksheet Functions | |||
I need an autosum for each box where employees use x's of 1's | Excel Worksheet Functions | |||
Array formula returning terminated employees | Excel Worksheet Functions |