Macro to find values

mattddox

New Member
Joined
Nov 3, 2014
Messages
2
Hi,

I work for a call center and I am in charge of keeping track of agents' statistics on a weekly scorecard.

Because it is a call center we have high turnover meaning that my list of agent names changes frequently.

I want a macro that can combine these weekly scorecards into a monthly scorecard. It would need to match the name from the first scorecard and add the data attached to that name to the next scorecard.

Example
time on phones time off phone sick days
Week 1- John Smith 2.00 .50 1

Week 2- John Smith 5.00 1.00 2

If you have any suggestions on what I could do for this kind of macro let me know.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
I don't know how your data is arranged as far as spread sheets but I have a feeling you don't need anything in VBA.
I would suggest putting it all in a table and then filtering it by month. If you have a list of all currently employed you could also do a Vlookup based off that list.

Show us more of how your spreadsheet is set up and I might be able to be more specific.
 
Upvote 0

Forum statistics

Threads
1,215,373
Messages
6,124,545
Members
449,169
Latest member
mm424

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