Not to be snarky but, Just start. Pretty much every excel user is self taught. You can google for the name of the formula that is helpful for your use just like you would programming.
Most of what separates a power user from an average joe is having an approach to the problem and laying the foundation in a way to be a “model”.
I’m seen as a power user even within my peer group of finance folks. I just have a way of laying things out and breaking up the problem from data/inputs to print ready outputs. I’m not usually doing anything fancy like using obscure formulas. But when I do, I like these;
* Use -- to convert Boolean to integer
* Use index/match instead of vlookup (you can more easily insert/delete columns without breaking)
* make yourself a style guide (so you know what a color means; hard value, input, etc)
* avoid volatile functions. Learn what functions are volatile
* get good at auditing formulas/debugging. It's really just takes experience
This. Would love to know but am not willing to scan photos of excrement to do my own analysis. I have my own personal experience of living in SF for 10 years, in the Mission. I’ve seen a lot of human looking fecal matter.
Been really enjoying workona as well. Have found myself recommending to folks on my team. I organize my tabs into their “workspaces” which map to the strategic and tactical projects I’m juggling. Helps me switch btwn contexts
-Don't let any one app to be the sole place a user gets his content (I'm with you here as I didn't create Facebook)
-Parse is no more (I read that somewhere too)
-Now you can focus on leveraging an existing platform to bring engaging content to your users. (What if I want to service a mega niche that doesn't exist or generally wish to be foolish enough to believe I can compete with my idea? Wouldn't it be convenient to leverage a Backend as a service like parse? Shame they shutdown)
If you've ever taken antibiotics for an extended period and ended up with a fungal infection due to the loss commensal bacteria this is pretty intriguing. There is a lot of new literature proposing links between gut disruption and neurodegenerative disease.
He's using -webkit-font-smoothing: antialiased; With this sort of font it looks terribad. You see this way to often. I've been guilty of it by proxy when another dev comes in and applies this style to the <body>