Posts: 2,403
Threads: 0
Joined: Dec 2013
Reputation:
87
Best site for Advanced Excel?
10-24-2017, 04:37 AM
As a data analyst I do ok with Excel, i.e most calculations, charts, and crosstables, basic macro.
But there are some advanced tools that I simply don't know, or dont even know exist. Most of this has to do with Virtual Basic, Advanced Sorting, in order to automate some office tasks.
Most of the time when I dont know something I just google the solution, but Im starting to see the need for a more structured way to learn.
Anyone knows of some good websites where you can master excel and makes the most use out of it? Some sites that are easy to follow and have well-structured courses?
Thanks guys,
Ass or cash, nobody rides for free - WestIndiArchie
Posts: 1,447
Threads: 0
Joined: Mar 2013
Reputation:
85
Best site for Advanced Excel?
10-24-2017, 10:05 AM
Meliorare, what do you use AHK for? It looks interesting, but I'm not sure what I'd use it for. Opening programs doesn't take long enough for me to need hot keys.
Dalaran, I picked up VBA from playing with a variety of sources, I can't think of a good single source. A tip to keep in mind for later is that no VBA user in Excel writes all their code from scratch. Instead, you record SHORT macros (one thing at a time / no more than 20 seconds of clicking around), then modify the hard coded values with variables.
Keep in mind that there is no UNDO for VBA, you must never experiment with live data until you know your code works well. Also, no autosave, so hit save often.
Learn range, address, and cells functions, how to navigate references / cell addresses in a few different ways.
Learn how to define, set and change cell and variable values.
Learn how to set value of a cell equal to something (string or variable)
Learn a couple of ways to find last row / column (important!) and set last row equal to a variable
Learn to record macros, identify hard coded values, replace with variables.
Learn for, while loops (ie cycle through the rows of your data and perform an operation)
Learn functions and how to call them, pass variables
---> Learn to use Google to find people's solutions to your problems. I've saved hours and hours by lifting someone else's solution. But you should understand how it's implemented.
That should get you started.
Data Sheet Maps |
On Musical Chicks |
Rep Point Changes |
Au Pairs on a Boat
Captainstabbin:
"girls get more attractive with your dick in their mouth. It's science."
Spaniard88:
"The "believe anything" crew contributes: "She's probably a good girl, maybe she lost her virginity to someone with AIDS and only had sex once before you met her...give her a chance.""
Posts: 308
Threads: 0
Joined: Aug 2017
Best site for Advanced Excel?
10-25-2017, 02:32 AM
As an analyst you are better off focusing on the reasons why you are doing the analysis in the first place eg; the business problem you are solving, the reason you are looking for a trend etc.
The risk is that if you focus too much on the "tools" (Excel, VB) you end up being labelled a data monkey.
Choosing a technical path is fine, but Excel and VB are really beginner steps.
You might be better off studying statistical methods and working with tools such as SPSS. This would get you above the data monkey level and start you on the path to real analytical work. Even studying accounting or engineering is a good option, at least you would know the reasons why the data is being generated in the first place.
Posts: 2,403
Threads: 0
Joined: Dec 2013
Reputation:
87
Best site for Advanced Excel?
10-25-2017, 04:30 AM
Quote: (10-25-2017 02:32 AM)Cane Toad Wrote:
As an analyst you are better off focusing on the reasons why you are doing the analysis in the first place eg; the business problem you are solving, the reason you are looking for a trend etc.
The risk is that if you focus too much on the "tools" (Excel, VB) you end up being labelled a data monkey.
Choosing a technical path is fine, but Excel and VB are really beginner steps.
You might be better off studying statistical methods and working with tools such as SPSS. This would get you above the data monkey level and start you on the path to real analytical work. Even studying accounting or engineering is a good option, at least you would know the reasons why the data is being generated in the first place.
That's an excellent point Toad, truthfully I'm trying to get out of this job as soon as my naturalization process is finished.
I had a blue pill past and I studied Sociology, so getting this job for me in Paris was already lucky. But I work as a research analyst in the media industry and it couldnt be more cucked.
I do know basic SPSS from college training, but we dont use it here in my office so I get no chance to practice.
I was just thinking short term, though longer term I do want to get into data science but I've no background in this. Is it possible such a career move?
Ass or cash, nobody rides for free - WestIndiArchie
Posts: 1,447
Threads: 0
Joined: Mar 2013
Reputation:
85
Best site for Advanced Excel?
10-25-2017, 07:24 AM
Peregrine has a few good posts on this around here. Search around (I'm on mobile)
If you work with more than 10-20k rows of data regularly, especially in the same format every time, you really should pick up SQL. The reality is that Excel is good to edit a few cells at a time. If you're doing calculations and lookups with entire columns, SQL is often faster. You'll often start out in SQL, get the data into a good format, then paste into a template in Excel and get it into a finished format. Excel, VBA, SQL are in many ways a foundational toolkit of data analysis in the corporation world.
At the same time, my impression is that to be a "data scientist" you really need a master's in a math field. Or demonstrate fluent knowledge that is comparable.
A last thought is just because your job title is one thing, doesn't mean you can't call yourself a data analyst or whatever...assuming your resume job description fits. Hint, hint. But know the underlying stuff.
And don't forget about the relationships part of the job. Just because you work with numbers doesn't mean you shouldn't be on great terms with your coworkers and management.
Data Sheet Maps |
On Musical Chicks |
Rep Point Changes |
Au Pairs on a Boat
Captainstabbin:
"girls get more attractive with your dick in their mouth. It's science."
Spaniard88:
"The "believe anything" crew contributes: "She's probably a good girl, maybe she lost her virginity to someone with AIDS and only had sex once before you met her...give her a chance.""
Posts: 750
Threads: 0
Joined: Mar 2012
Reputation:
15
Best site for Advanced Excel?
10-25-2017, 01:50 PM
I'm using Kubicle at the moment through my employer. Seems pretty good, not sure if it is at the level that OP is looking for though.
Posts: 6,749
Threads: 0
Joined: Sep 2011
Reputation:
146
Best site for Advanced Excel?
10-25-2017, 10:45 PM
SPSS licence costs are rape, very few firms aside from mega institutions that can afford to light money on fire will use it; big reason why folks never touch it much after University.
Excel is practical and very powerful if you learn it on a advanced level. The truth is though as mentioned you can learn SQL or some other sort of language that will crush big data for you more quickly.
Posts: 639
Threads: 0
Joined: Apr 2011
Reputation:
10
Best site for Advanced Excel?
10-26-2017, 01:24 AM
If you have no money.
Learn SQL.
If you want to do advanced stats on a budget.
Learn Python/R.
Honestly, Excel and SQL are more than sufficient for most data jobs. It's only where you get to the advanced stuff that you start using sas, python and the like.