Academy ↓
List of 500+ Google Sheet Formulas and How to Use Them
Your ultimate destination for mastering Google Sheet formulas! Ready to transform your spreadsheets into powerful tools for analysis, reporting, and data management?
Our curated list of 500+ Google Sheet formulas provides in-depth insights and step-by-step guides on utilizing the most popular formulas like VLOOKUP, SUMIF, COUNTIF, IF, FILTER, and INDEX. Whether you're a beginner or an advanced user, Better Sheets offers resources tailored to your expertise level.
- Unlock the potential of VLOOKUP, a dynamic formula perfect for creating summaries and managing inventory.
- Discover the versatility of SUMIF, ideal for filtering data and calculating specific criteria.
- Learn the intricacies of IF, a powerful tool for conditional logic in your spreadsheets.
- Dive into advanced formulas like INDEX and FILTER, gaining expertise in data manipulation and analysis.
At Better Sheets, we not only demystify complex formulas but also offer insights into commonly misused ones. Our goal is to help you become a Google Sheets expert, so you can create powerful spreadsheets that save you time and effort. Examples and step-by-step guides are included to help you master each formula and apply it to your own spreadsheets.
Generate New Sheet Formulas
Create sheet formulas based on simply stating your problem.
Most Used Formulas
VLOOKUP
Use VLOOKUP() when you want a specific value in a column of data. Use VLOOKUP() when you want to retrieve information from a different column based on that value. Great for creating amazing summaries, dynamic reports, or managing inventory
SUMIF
When you need to calculate the sum of values in a range of cells that meet specific criteria, use SUMIF(). Great to use when you need to filter data. For instance, you can use it to sum all the revenue generated from a particular region, all the orders placed by a specific customer, or all the products with a certain attribute.
COUNTIF
Use COUNTIF() when you're trying to figure out frequency. Learn how to use COUNTIF in Google Sheets. Also check out it's possible alternative: SUMIF. Depending on what you're trying to do, COUNTIF could be your solution or not.
Most Popular Formulas
IF
Powerful and mysterious. Use IF() to make your spreadsheets gateways. Learn how to use IF in Google Sheets. Also check out it's oft-partner ISBLANK()
FILTER
the FILTER() formula in Google Sheets allows you to filter data based on a set of criteria. Learn how to use FILTER in Google Sheets. Also check out it's possible combination alternative: INDEX/SORT.
INDEX
A seemingly innocent and useless formula can be so powerful. INDEX pairs nicely with MATCH to replace VLOOKUP. And it's uses are almost endless. Learn more about the INDEX() formula in Google Sheets.
Most Misused Formulas
VLOOKUP
Powerful vlookup and easy to use. Learn how to use VLOOKUP in Google Sheets. Also check out it's possible alternative: INDEX/MATCH.
SUMIF
Don't know the syntax, or how to use SUMIF? Learn how to use SUMIF in Google Sheets. Also check out it's possible alternative: COUNTIF. Depending on what you're trying to do, SUMIF could be your solution or not.
CONCATENATE
Probably the most easily misspelled formula in all of Google Sheets. Learn how to use CONCATENATE in Google Sheets. Also check out it's possible alternative: JOIN.
515Google Sheets Formulas
Directory of every Google Sheets formula, From ABS to ZTEST, including Vlookup and, my favorite, IF()
IF(logical_expression, value_if_true, value_if_false)
INDEX(reference, [row], [column])
FILTER(range, condition1, [condition2])
CONCATENATE(string1, [string2, ...])
ARRAYFORMULA(array_formula)
COUNTA(value1, [value2, ...])
ISBLANK(value)
COUNTIF(range, criterion)
MATCH(search_key, range, [search_type])
TRANSPOSE(array_or_range)
SPLIT(text, delimiter, [split_by_each], [remove_empty_text])
IFERROR(value, [value_if_error])
VLOOKUP(search_key, range, index, [is_sorted])
JOIN(delimiter, value_or_array1, [value_or_array2, ...])
UNIQUE(range)
IMAGE(url, [mode], [height], [width])
ROW([cell_reference])
TODAY()
SUM(value1, [value2, ...])
CONCAT(value1, value2)
IMPORTRANGE(spreadsheet_url, range_string)
LOWER(text)
SUBSTITUTE(text_to_search, search_for, replace_with, [occurrence_number])
MAX(value1, [value2, ...])
LEN(text)
SPARKLINE(data, [options])
SWITCH(expression, case1, value1, [default or case2, value2], …)
UPPER(text)
INDIRECT(cell_reference_as_string, [is_A1_notation])
ROUND(value, [places])
SORT(range, sort_column, is_ascending, [sort_column2], [is_ascending2])
COLUMN([cell_reference])
IFNA(value, value_if_na)
HYPERLINK(url, [link_label])
RAND()
NOW()
PROPER(text_to_capitalize)
NOT(logical_expression)
MIN(value1, [value2, ...])
RANDBETWEEN(low, high)
MID(string, starting_at, extract_length)
FLATTEN(range1,[range2,...])
REPT(text_to_repeat, number_of_repetitions)
AND(logical_expression1, [logical_expression2, ...])
OR(logical_expression1, [logical_expression2, ...])
TEXT(number, format)
CHAR(table_number)
FIND(search_for, text_to_search, [starting_at])
Displaying items 1-48 of 515 in total