At witts end

mjuarez

New Member
Joined
Jun 17, 2011
Messages
1
I need to use v-check to compare two lists of employees, their start date, their hours, their hourly rate. (about 1600 names total but I only need to compare four columns) As this list changes monthly, I would like to be able to pull only the changes from one list to another. I have never used v-check in the past and was told this was the best way..Please help!
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi,
perhaps by V-Check you mean a vlookup formula. Here is an example (for convenience these are small tables, side by side). In this case we found a change in F6, where the formula returns a "FALSE" value - meaning that the wage rates do not match.
More on vlookup: http://www.contextures.com/xlfunctions02.html

ξ
Excel Workbook
ABCDEF
3EMP IDHourly RateEMP IDHourly RateTEST
41$100.001$100.00TRUE
52$85.002$85.00TRUE
63$75.003$95.00FALSE
74$75.004$75.00TRUE
85$125.005$125.00TRUE
Sheet1
Excel 2003
Cell Formulas
RangeFormula
F4=VLOOKUP(D4,$A$4:$B$8,2,0)=E4
 
Upvote 0

Forum statistics

Threads
1,224,579
Messages
6,179,656
Members
452,934
Latest member
mm1t1

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