Rank by alphabetical order

This tutorial shows how to rank text by alphabetical order through the use of an Excel formula, with the COUNTIF function

EXCEL FORMULA 1. Rank by alphabetical order

EXCEL

Rank by alphabetical order

=COUNTIF($B$5:$B$11,"<="&B5)
GENERIC FORMULA

=COUNTIF(range,"<="&text)

ARGUMENTS
text: Text to rank.
range: A range that contains the text to rank.

EXPLANATION
This formula uses the COUNTIF function to rank a list of text in alphabetical order.

RELATED TOPICS

Related Topic Description Related Topic and Description
How to rank a list of values
How to rank a number by group
How to rank numbers ignoring zeros (0)

RELATED FUNCTIONS

Related Functions Description Related Functions and Description
The Excel COUNTIF function returns the number of cells in a range that meet a specified criteria