Archive for May, 2020
How to export YouTube video comments to Excel file? – Free template + Power Query case study
This week, I am running a contest on YouTube. One of the criteria for picking winners is that they must comment on my video. So far, I got more than 200 comments. To make my job easier, I want to export the video comments to an Excel file. Turns out this is easily done once you have a Google developer API key. In this article, let me explain the process for extracting Youtube video comments to Excel table.
Continue »Celebrating 50k Subscribers on YouTube + Give away
Hiya folks… Got an exciting news to share with you all. Over the weekend, my YouTube channel hit 50,000 subscriber milestone.
Thank you so much for making me a part of your journey to awesomeness.
Continue »Highlight due dates in Excel – Show items due, overdue and completed in different colors
Congratulations to you if your job does not involve dead lines. For the rest of us, deadlines are the sole motivation for working (barring free internet & the coffee machine in 2nd floor, of course). So today, lets talk about a very familiar problem.
How to highlight due dates in Excel?
The item can be an invoice, a to do activity, a project or anything. So how would you do it using Excel?
Continue »Multiple Find Replace with Power Query List.Accumulate()
Imagine you have a paragraph of text and you want to replace all occurrences of {four, normal, mysterious, nonsense} with {six, casual, confounding, handbags}. How would you do that?
You could use SUBSTITUTE() formula, but you need to nest four of them (as we need to replace four values with another four). But what if you have larger set of find / replacements?
Worry not, you can use Power Query to transform original text to new one by replacing all matching values.
In this page, learn how to do that with the excellent List.Accumulate() Power Query function.
Continue »How to show positive / negative colors in area charts? [Quick tip]
Ever wanted to make an area chart with up down colors, something like this? Then this tip is for you.
Continue »6 Best charts to show % progress against goal
Back when I was working as a project lead, everyday my project manager would ask me the same question.
“Chandoo, whats the progress?”
He was so punctual about it, even on days when our coffee machine wasn’t working.
As you can see, tracking progress is an obsession we all have. At this very moment, if you pay close attention, you can hear mouse clicks of thousands of analysts and managers all over the world making project progress charts.
So today, lets talk about best charts to show % progress against a goal.
Continue »