HLOOKUP
HLOOKUP
Comparison Table
Compariso
Function Purpose Syntax Example
n
Counts COUNTIFS(criteria_rang
=COUNTIFS(B2:B6,
cells e1, criteria1, Handles
COUNTIF
based on "North", C2:C6, multiple
S [criteria_range2,
multiple criteria
">500")
criteria criteria2], ...)
Counts
cells COUNTIF(criteria_range =COUNTIF(B2:B6, Handles a
COUNTIF based on a single
single , criteria) "North") criterion
criterion
SUMIFS(sum_range,
Sums cells criteria_range1, =SUMIFS(C2:C6,
Handles
based on
SUMIFS criteria1, B2:B6, "North", multiple
multiple
criteria
criteria [criteria_range2, C2:C6, ">500")
criteria2], ...)
Sums cells
SUMIF(criteria_range, =SUMIF(B2:B6, Handles a
based on a
SUMIF single
single criteria, sum_range) "North", C2:C6) criterion
criterion
XLOOKUP(lookup_value, Flexible,
lookup_array, handles
Searches a both
XLOOKU range and return_array, =XLOOKUP("Cherry vertical and
P returns a [if_not_found], ", B2:B5, C2:C5) horizontal
match lookups,
[match_mode], better error
[search_mode]) handling
Compariso
Function Purpose Syntax Example
n
Searches VLOOKUP(lookup_value,
=VLOOKUP("Cherry Searches
vertically table_array,
VLOOKU vertically,
and ", B2:C5, 2,
P col_index_num, left to right
returns a
FALSE) only
match [range_lookup])
Conclusion
The COUNTIFS , SUMIFS , and XLOOKUP functions are essential tools for anyone working
with Excel. They enhance data analysis capabilities by allowing users to count, sum, and
look up data based on multiple criteria. Understanding these functions and their
differentiation from COUNTIF , SUMIF , VLOOKUP , and HLOOKUP can significantly
improve your efficiency and accuracy in handling data.
By incorporating these functions into your workflow, you can perform complex data
manipulations and analyses with ease, making Excel an even more powerful tool for
your data needs.