You are on page 1of 1

500 Excel Formula Examples

Detailed formula examples for key functions including VLOOKUP, INDEX, MATCH, RANK,
SUMPRODUCT, AVERAGE, SMALL, LARGE, LOOKUP, ROUND, COUNTIFS, SUMIFS, CHOOSE, FIND,
SEARCH, DATE, and many more.
Count
Count cells between dates
COUNTIFSDATE
Count cells between two numbers
COUNTIFSCOUNTIF
Count cells equal to
COUNTIF
Count cells equal to case sensitive
SUMPRODUCTEXACT
Count cells equal to either x or y
COUNTIF
Count cells equal to one of many things
COUNTIFSUMPRODUCT
Count cells greater than
COUNTIF
Count cells less than
COUNTIF
Count cells not equal to
COUNTIF
Count cells not equal to many things
COUNTACOUNTIFSUMPRODUCT
Count cells not equal to x or y
COUNTIFSSUMPRODUCT
Count cells over 100 characters
SUMPRODUCTLENN
Count cells that are blank
COUNTBLANKCOUNTA
Count cells that are not blank
COUNTACOUNTBLANK
Count cells that begin with
COUNTIF
Count cells that contain either x or y
COUNTIFSUMPRODUCTISNUMBERFIND
Count cells that contain errors
ISERRSUMPRODUCTISERROR
Count cells that contain five characters
COUNTIF
Count cells that contain negative numbers
COUNTIF
Count cells that contain numbers
COUNT
Count cells that contain odd numbers
SUMPRODUCTMOD
Count cells that contain positive numbers
COUNTIF
Count cells that contain specific text
COUNTIFSUMPRODUCTFINDISNUMBER
Count cells that contain text
COUNTIFISTEXTSUMPRODUCTCOUNTIFS

You might also like