Member-only story
20 Useful Excel Functions for Data Analysis
Microsoft Excel is an easy and powerful tool for data analysis. Excel is a widely used software application in industries today, built to generate reports and business insights. Excel contains over 450 functions, with more functions added every year. Here we cover those functions that are mostly used in data analysis.
MAX/MIN
The MAX and MIN functions are just what the names imply. MAX will find the largest number in a range, while MIN finds the lowest number in a range.
The formula for this Excel function is:
=MAX(number1, [number2], …)
The formula for this Excel function is:
=MIN(number1, [number2], …)
IF
The IF function tests a condition, and then reacts differently depending on whether the test was true or false.
The formula for this Excel function is: