Excel

npoe1

Senior member
Jul 28, 2005
592
0
76
Ok, I know that this is a very dumb question, but I?m not an expert in Excel and need to do this.

I have a very large collection of data, actually times in which 40 takes to make something, I need to make a report every month, actually every week, We use like 6 different average times at day, to make a report I need to get the values of everyone of the employees for each time, every day of the month, obviously this take a lot of formulas and I need to that, I?m doing the report taking the formulas and changing the sheets and cells, but this take a lot of time I have 31 sheets to paste the info that come from the main application and then I have a sheet in which I get the data for the 6 times in the 31 days and that means that is 31*6*40 that is a lot of change and work, after that I need a weekly report from the 6 times and a monthly one, I?m using vlook to get the values, but changing every column take too much time and is a very tedious work, do any one of you have a better suggestion?
 

WildHorse

Diamond Member
Jun 29, 2003
5,006
0
0
well the way that's done is with 2 parts: a combibnation of a RDBMS and a report writer.

the popular RDBMS is MySQL

the popular reoport writer is Crystal Reports
You'd want the "Standard Edition."

There are other brands of relational database management systems and of report writers, but those are the ones to use ftw, beacuse of the huge community of users, online resources for help, etc.

It's some work learning both, it takes a while, maybe a couple of months to become reliably productive using those 2 tools.

Database classes are taught in community colleges. Maybe you could take a couple with tuition reimbursement from your employer.

You may find Crystal Reports training at a community college, or online.

Promises promises...
 

DaiShan

Diamond Member
Jul 5, 2001
9,617
1
0
I'm sorry but your post is completely incoherent, also you should post this in the Software forum...
 

WW

Golden Member
Jun 21, 2001
1,514
0
0
you should be using a database....ms access or whatever

but you could make a macro in excel to do what you are currently doing by hand....try the record macro function and go from there
 

npoe1

Senior member
Jul 28, 2005
592
0
76
Thanks for the macro thing and I'm familiar with Crystal Reports.

Sorry for the incoherence, but I was trying to get help, the macro thing seems that will work fine, thank you very much.
 

WildHorse

Diamond Member
Jun 29, 2003
5,006
0
0
"the macro thing" probably sounds appealing because it'd allow you to continue using Excel which you know, so that won't rattle your comfort zone.

but Excel is NOT the right tool for that job. Didn't you ever read Zap comics? Mr. Natural says, "Get the right tool for the job!"

the job you describe belongs on a relational database system. VBA macros will only make commands happen faster, but on Excel it'll still remain a big mess.

Good luck!