Function 11: UNIQUE
The UNIQUE function generates a list of
distinct items from an array, or a list of items that only occur once. It’s available in Excel 2021 onward, or with Microsoft 365.
It simplifies what once required super complex array formulas into a single easy function.
Function 12: SORT
The SORT function sorts the contents of a column, columns (range) or array in ascending or descending order. It's super handy for wrapping around functions that return lists like the UNIQUE function, or tables of data like the FILTER function. It’s available in Excel 2021 onward, or with Microsoft 365
Function 13: SEQUENCE
The SEQUENCE function returns a list of sequential numbers in an array. Among other things, it replaces the need to use the ROW or COLUMN function to return an array of values for use in other functions. It’s available in Excel 2021 onward and Microsoft 365.
More Excel Functions
Now that you’ve mastered the above functions, you can find more resources here:
Advanced Excel Formulas course – get up to speed with advanced formulas in 5 hours.
Excel Function Library – Looking for help on a specific Function? Check out our Excel Function Library.
Absolute References Explained – Absolute references are a cornerstone of writing formulas and are therefore a must have skill for every Excel user.
Absolute References for Tables – Tables have their own absolute reference language which is not as obvious as it should be.
Writing Formulas Efficiently – In this post I share how to write formulas in such as way that it’s quick to write, and quick to maintain.
Named Ranges – Unlock some more advanced techniques with named ranges and make your formulas easier to read, write and maintain.
Time Calculations – Working with dates and time in Excel is tricky if you don’t know the fundamentals of how Excel handles date-time values.
Excel Forum – Have a specific question you need help with? Our forum volunteers are eager to help you.
Functions You Don't Need
Below are some of the functions that appear in lists of ‘top Excel functions for data analysts’ which I don’t think are important, or there are better
tools for the tasks they perform:
TRIM – removes all spaces from a text string except those between words. Data cleaning is a fundamental part of data analysis. The savvy data analyst will be using Power Query to automate these laborious repetitive tasks. They won’t be using functions like TRIM.
LEN – calculates the number of characters in a cell. This is often used when cleaning data to
find if there are non-printing characters in a cell or to validate that data in a column is a consistent length. Why waste time with this when Power Query can automate these tasks.
DAYS – calculates the number of days between two dates, however this function is redundant. You can simply subtract one
cell containing a date from another to calculate the number of days between two dates. E.g. =DAYS(B3,B2) is the same as =B3-B2
CONCATENATE or CONCAT – joins text together form multiple cells. You can do this with the ampersand character e.g. =CONCAT(A1,A2,A3) is the same as =A1&A2&A3. Other
options are Flash Fill or you can automate this in Power Query.
ISBLANK – checks if the cell is empty. This is also often used to validate
data quality and can be done more efficiently in Power Query.
As previously mentioned, Power Query is an essential tool for data analysts and as important as mastering functions. If you’d like to get your skills up to speed quickly, check out the video below and please consider taking my Power Query course.