Serious help needed with Excel
August 11, 2009 11:41 AM
Subscribe
Crazy excel help needed... again. Every month I have a monotonous series of tasks to perform in excel and I have exhausted all of the possibilities I know of to make things easier- more details inside.
I have 2 reports (report A and report B for my example) I pull every month, sometimes 2 or 3 times a month that I have to reconcile which takes a couple of hours a day for 1 excel file- I have about 10 to 20 a month and it keeps me from doing my real job.
We are talking around 68 columns with anywhere from 2000 rows+ of data.
Currently, my workflow is such:
Pull reports A and B and add them to the same workbook as different worksheets.
Create a new worksheet, which I use to create a working copy of the combined data.
Delete full rows of data in the working copy based on the values of one column of cells:
This is based on dates, so anything after say 01/01/2006 gets moved into a separate worksheet named "deleted data."
Use vlookup to pull a column of data from worksheet B into the working copy worksheet and then with the data pulled in, concatanate it with another column of data that is already existing in the working copy.
Use vlookup to pull in another column of data from worksheet B to the working worksheet.
There is alot of repetitive work done with find and replace and vlookup with different values.
My questions are as follows:
Can I create macros for these repetitive tasks so that I can say all text A in column c gets changed to new text, and all text b in column c gets changed to new text without doing a find and replace for all variables. There are about 12 columns with 4 different types of data that need to be changed in each column to something new.
Can macros even handle what I am asking of excel, or are they too rigid to effectively manipulate all the data I need changed.
Am I using the right program, or should I be looking at a local copy of a mysql database with a GUI (as I'm not that good of a programmer).
Should I use some other database, such as bento, filemaker pro or even access?
Or, am I just destined to use excel in the same workflows over and over again, pushing that boulder up the hill to have it roll back down again.
Please point me in the right direction (websites with tutorials that monkeys could follow) as I'm not very good with VBA and don't know very much about databases besides the fact that they can hold data and import cvs files- my knowledge base is sad, I know.
posted by TheBones to computers & internet (17 comments total)
4 users marked this as a favorite
For example, you say "...so anything after say 01/01/2006 gets moved..."
Why 01/01/2006? Is it always that date? Or is that date arrived at mathematically based on something else? What is that calculation?
Mr. Excel has a great discussion board for VBA macro tasks and can be very helpful. You could also hire someone to do this for you, if you can define your workflow in absolute terms.
posted by odinsdream at 11:50 AM on August 11