Find unique values from two seperate tabs

scummins22

New Member
Joined
May 3, 2018
Messages
12
Ok, so I am creating an attendance sheet. On one tab, I have a running list of employees that were tardy, left early, or absent and accrued points. On another tab, I have a roster of all the employee and I am wanting to create a different tab that list all employees with perfect attendance.


This is the formula I tried using but I am not getting what I need, can someone help me?

Input Sheet is the running list.(Column A is the Employee's Name, starting at A6)
Roster is the roster sheet. (Column C in the Employee's Name, starting at C2)
Perfect Attendance is the new sheet.

=IFERROR(LOOKUP(2,1/(COUNTIF($B$2:B2,'Input Sheet'!$A$6:$A$999999)=0),'Input Sheet'!$A$6:$A$999999),LOOKUP(2,1/(COUNTIF($D$2:D2,'Roster'!$C$2:$C$500)=0),'Roster'!$C$2:$C$500))
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,223,893
Messages
6,175,248
Members
452,623
Latest member
cliftonhandyman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top