Jakboi
Death by Access
- Local time
- Today, 05:59
- Joined
- Nov 20, 2006
- Messages
- 303
Hello,
Here is the situation. I have a spreadsheet given to me each week that has say 300-500 rows of data. I then have to take that data and skim out the rows that are not necessary.
I guess here is my question.
If some the rows were highlighted say yellow, is it possible via a macro or something to delete all rows that were not yellow. I then have to take what is left and compare it to another sheet and delete any duplicates for a quarter (3 months). I am trying to find a faster easier way of doing this.
Currently this is what happens:
I receive the paper copy of the spreadsheet with rows highlighted in which I take those and count the x number of rows for each occurance that happens in column y.
Column Y = Name of Employee
Row X= Client Contact Note
The rows that are highlighted are the occurances that the employee recieves credit for. I then have to take that list and they are only given credit if its a unique contact for the quarter. So I compare the 2 spreadsheets and what is left gets added to my report which counts thats employees unique contacts for the quarter.
So then I have to list each employee on another spreadsheet with their name
Anyone have any idea how I can make this easier?
I am figuring I can have the spreadsheet sent to me via attachment with the rows highlighted, and I want it delete the ones that are not and compare its self to another spread sheet and delete any duplicates...
Any direction...would this work better with Access than Excel...maybe if I import it and have some code that could do it all?
Here is the situation. I have a spreadsheet given to me each week that has say 300-500 rows of data. I then have to take that data and skim out the rows that are not necessary.
I guess here is my question.
If some the rows were highlighted say yellow, is it possible via a macro or something to delete all rows that were not yellow. I then have to take what is left and compare it to another sheet and delete any duplicates for a quarter (3 months). I am trying to find a faster easier way of doing this.
Currently this is what happens:
I receive the paper copy of the spreadsheet with rows highlighted in which I take those and count the x number of rows for each occurance that happens in column y.
Column Y = Name of Employee
Row X= Client Contact Note
The rows that are highlighted are the occurances that the employee recieves credit for. I then have to take that list and they are only given credit if its a unique contact for the quarter. So I compare the 2 spreadsheets and what is left gets added to my report which counts thats employees unique contacts for the quarter.
So then I have to list each employee on another spreadsheet with their name
Anyone have any idea how I can make this easier?
I am figuring I can have the spreadsheet sent to me via attachment with the rows highlighted, and I want it delete the ones that are not and compare its self to another spread sheet and delete any duplicates...
Any direction...would this work better with Access than Excel...maybe if I import it and have some code that could do it all?