All Functions

=AVERAGE()
The AVERAGE function finds the average of a group of numbers. It adds all the numbers together and divides the total by the number of values. Think of sharing a restaurant bill equally with friends. Excel adds up the total cost of the food and tells you exactly how much each person needs to pay.
StatisticalBeginner
=COUNTIFS()
The COUNTIFS function counts the number of cells in a range that meet a single condition or multiple conditions. Think of COUNTIFS like a security guard checking two IDs: a person is only counted if they are over 18 AND on the guest list.
StatisticalIntermediate
=FILTER()
The Excel FILTER function shows only the rows that match one or more conditions. Instead of showing all your data, it displays just the information you want. Imagine shopping online for shoes. You select filters like "Size 10" and "Black", and the website instantly shows only the shoes that match your choices and hides all the other shoes. The FILTER function works the same way in Excel.
Lookup & ReferenceIntermediate
=IF()
The IF function in Excel is used to run a logical test and show one result if the test is true, and a different result if the test is false.
LogicalBeginner
=MATCH()
The Excel MATCH function searches for a specific item in a list and tells you exactly what position it is in. It gives you a number (like row 3 or column 5) instead of the actual data. Imagine looking at a top 100 music chart. You do not want to hear the song; you just want to know its position number on the trending list. The MATCH function gives you that exact number.
Lookup & ReferenceIntermediate
=SUMIFS()
The Excel SUMIFS function adds numbers together only if they meet one or more specific conditions that you set. Think of a bouncer at a club. The bouncer only lets people inside if they meet specific conditions, like wearing a certain colour shirt or being on the guest list.
MathIntermediate
=TEXT()
The Excel TEXT function converts a numerical value into a text string and applies a specific display format (like a date, currency, or percentage) to it.
TextIntermediate
=TODAY()
The Excel TODAY function automatically shows the current date in your spreadsheet. Every time you open the file, the date will update to match the current date on your computer calendar. Imagine looking at a digital clock on your wall. You never have to manually adjust it; it just automatically knows what day it is. The TODAY function works the exact same way for your spreadsheet.
Date & TimeBeginner
=VLOOKUP()
The Excel VLOOKUP function searches for a specific value in the first column of a table and returns data from the same row in another column. Think of it like a phone book: you look up a person's name (the specific value), slide your finger across the row, and extract their phone number.
Lookup & ReferenceIntermediate
=XLOOKUP()
The XLOOKUP function searches for a specific item in one column or row and returns related information from another column or row. Think of looking up a friend's name in your phone contacts. You type in their name (the search item), and your phone automatically gives you their phone number (the related information).
Lookup & ReferenceIntermediate