Вы находитесь на странице: 1из 6

02/04/2019 How to use the Excel ADDRESS function | Exceljet

Cart Login

Quick, clean, and to the point


Training Videos Functions Formulas Shortcuts Blog

Search... Search

Excel ADDRESS Function

Summary 
The Excel ADDRESS function returns the address for a cell based on a given row and column number. For example,
=ADDRESS(1,1) returns $A$1. ADDRESS can return an address in relative or absolute format, and can be used to
construct a cell reference inside a formula.

Purpose 
Create a cell address from a given row and column

Return value 
A cell address in the current or given worksheet.

Syntax 
=ADDRESS (row_num, col_num, [abs_num], [a1], [sheet])

https://exceljet.net/excel-functions/excel-address-function 1/6
02/04/2019 How to use the Excel ADDRESS function | Exceljet

Arguments 
row_num - The row number to use in the cell address.

col_num - The column number to use in the cell address.

abs_num - [optional] The address type (i.e. absolute, relative). Defaults to absolute.

a1 - [optional] The reference style, A1 vs R1C1. Defaults to A1 style.

sheet - [optional] The name of the worksheet to use. Defaults to current sheet.

Usage notes 
Use ADDRESS to create an address from a given row and column number. For example:

ADDRESS(1,1) returns $A$1


ADDRESS(1,1,4) returns A1

Abs_num key:
1 or omitted  Absolute
2  Absolute row; relative column
3  Relative row; absolute column
4  Relative

ADDRESS formula examples

Convert column number to letter


To convert a column number to an Excel column letter (e.g. A, B, C, etc.) you can use a
formula based on the ADDRESS and SUBSTITUTE functions. In the example shown, the
formula in C5 is: =SUBSTITUTE(ADDRESS(1,B5,4),...

Get address of named range


To get the full address of a named range with an Excel formula, you can use the
ADDRESS function together with the ROW and COLUMN functions. In the example
shown, the formula in G5 is: =ADDRESS(ROW(data),COLUMN(data),...

Address of rst cell in range


To get the address of the rst cell in a named range, you can use the ADDRESS function
together with the ROW and COLUMN functions. In the example shown, the formula in
G5 is: =ADDRESS(ROW(data),COLUMN(data)) How...

Address of last cell in range


To get the address of the rst cell in a named range, you can use the ADDRESS function
together with ROW and COLUMN functions. In the example shown, the formula in G6
is: =ADDRESS(ROW(data)+ROWS(data)-1,COLUMN(data...

https://exceljet.net/excel-functions/excel-address-function 2/6
02/04/2019 How to use the Excel ADDRESS function | Exceljet

Get cell content at given row and column


To get cell content with a given row and column number, you can use the ADDRESS
function together with INDIRECT. In the example shown, the formula in G6 is:
=INDIRECT(ADDRESS(G4,G5)) How this formula works The Excel...

Good links 
Microsoft ADDRESS function documentation

Excel Formula Training


Formulas are the key to getting things done in Excel. In this
accelerated training, you'll learn how to use formulas to
manipulate text, work with dates and times, lookup values with
VLOOKUP and INDEX & MATCH, count and sum with criteria,
dynamically rank values, and create dynamic ranges. You'll also
learn how to troubleshoot, trace errors, and x problems. Instant
access. See details here.

500 Formula Examples, thoughtfully explained.

Download 200+ Excel Shortcuts


Get over 200 Excel shortcuts for Windows and Mac in one handy PDF.

email address Get the PDF

Topics

Video training
Formula Basics
https://exceljet.net/excel-functions/excel-address-function 3/6
02/04/2019 How to use the Excel ADDRESS function | Exceljet

Function Guide
Formula Examples
Formula Criteria
Excel Shortcuts
Pivot Tables
101 Excel Functions
Excel Tables
INDEX and MATCH
Excel Charts
Conditional Formatting
Custom Number Formats
Data Validation
Nested IF examples
Formula challenges
How-to videos
Excel glossary
Excel people
Excel books

Key functions

IF function
VLOOKUP function
SUMIFS function
COUNTIFS function
INDEX function
MATCH function
SUMPRODUCT function
More...

Hi - I'm Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you
work faster in Excel. We create short videos, and clear examples of formulas,
functions, pivot tables, conditional formatting, and charts. Read more.

Tired of wasting… Want to Master … Introduction to T…

01:09 01:16 01:04

https://exceljet.net/excel-functions/excel-address-function 4/6
02/04/2019 How to use the Excel ADDRESS function | Exceljet

https://exceljet.net/excel-functions/excel-address-function 5/6
02/04/2019 How to use the Excel ADDRESS function | Exceljet

Thanks so much for Excel tips. I love your lessons. It is easy to follow and each
lesson is not too long. - Won

Excel video training


Quick, clean, and to the point.

Learn more

Home About Blog Contact Feedback


© 2012-2019 Exceljet. Terms of use

https://exceljet.net/excel-functions/excel-address-function 6/6

Вам также может понравиться