Google Sheets Formulae that I Found the Most Useful
When I joined my first company, I didn’t even know how to sum two numbers in Excel. It was my manager who didn’t judge me while teaching me those things and never questioned me for making mistakes!
It was a start-up, and as it happens in any start-up, many processes were broken, and coordination was lacking between different departments. To make a few processes, I worked with a colleague of mine and created a couple of trackers that worked like CRM software.
Just listing down a few formulae that were the most useful in making trackers and dashboards:
1. IMPORTRANGE: Used to connect two Google Sheets and import data (used when you don’t want to grant people access to the entire sheet, but only to relevant data).
2. FILTER: Used to get a filtered view of data (mostly used for eliminating unnecessary data).
3. SORT: For sorting the data in ascending or descending order (mostly used in dashboards/summary tabs).
4. VLOOKUP: This function is used to find some values in a range.
5. SUMIFS: A column’s sum based on a few conditions.
6. COUNTIFS: Count of a value based on a set of conditions.
7. UNIQUE: For obtaining unique values in any column or range of values.
Learning Excel is not about seeing a formula, but doing as much practice as you can do, and every time you feel that things are repetitive, just search for it and you will find something. This is how I have learnt most things in Excel.
Follow on https://medium.com/@soniyagoyal
Comments
Post a Comment