Advanced Function To Compare Two Excel Lists

kmmkaz

New Member
Joined
Dec 6, 2017
Messages
1
Good afternoon, was curious if someone could assist me. I am a payroll administrator and use excel quite often and looking to be more efficient.

What I am specifically looking for assistance with is my weekly payroll count. I have a template with my contractor names in one column and next to it I have an empty column that I place an “X” next to their names if the contractor has submitted a timesheet. Generally after I complete my audit, I simply filter the column to show me any missing contractor’s timesheets that I then email them requesting them to turn it in.

Every Monday morning I receive an Excel report from Corporate showing who has turned in their timesheets so I am wondering if there is an advanced function, such a VLOOKUP, that I can compare the two lists to help expedite my template to reflect who has turned in a timesheet? At the moment I just compare the two lists and side by side and make my own notations which takes forever.

Any help would be greatly appreciated.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Try this in a blank column in your template, next to contractors list:

[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]=IF(ISNA(MATCH(Corporate!A2,Template!$A$2:$A$1000,0)),Corporate!A2,"")[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,224,824
Messages
6,181,186
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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