Convert State Name to Abbreviation – Excel & Google Sheets

Written by

Editorial Team

Reviewed by

Steve Rynearson

Last updated on October 25, 2023
Download Example Workbook

Download the example workbook

This tutorial will demonstrate how convert a state name to an abbreviation in Excel and Google Sheets.

convert state name abbreviation 01

To convert a state name to an abbreviation, we can use the VLOOKUP Function.

VLOOKUP Function

The VLOOKUP Function searches for a value in the leftmost column of a table and then returns a value a specified number of columns to the right from the found value.

First, we need to create a table with the lookup values in it.  The state name would be in the first column, and the abbreviation in the second column.

convert state name abbreviation 01

Although the graphic above is only showing the first 13 states, the lookup table would need to have all 50 states in it.

Next, we use a VLOOKUP function to look up the State abbreviation.

=VLOOKUP(B5,$E$5:$F$54,2,FALSE)

convert state name abbreviation 03

Because we have used an absolute for the lookup table ($), we can then copy the formula down to the other rows of our table.

convert state name abbreviation 04

Using a RANGE Name

If you do not want to highlight the lookup table within your formula, before you create the formula, you can create a range name for the lookup table.

Highlight the range eg: E5:F54

convert state name abbreviation 05

Click in the names box and type the word STATES and then press the Enter key on the keyboard.

convert state name abbreviation 06

You will now be able to select the named range from the drop down list in the name box.

convert state name abbreviation 07

This will highlight all the cells in the names range.

You can now use this range name in your VLOOKUP formula instead of using the actual range of cells.

convert state name abbreviation 08

Convert State Name to Abbreviation in Google Sheets

The VLOOKUP function works the same way in Google Sheets as it does in Excel.

convert state name abbreviation 09

AI Formula Generator

Try for Free

Excel Practice Worksheet

practice excel worksheet

Practice Excel functions and formulas with our 100% free practice worksheets!

  • Automatically Graded Exercises
  • Learn Excel, Inside Excel!

Free Download

Return to Excel Formulas List