-
Microsoft Excel Office 365
Learn How to Use Microsoft Excel ADDRESS Function
In this article, you will learn how to use the Microsoft Excel ADDRESS function and its prime function in Microsoft Excel. You will also get to know the Microsoft Excel ADDRESS function return value and syntax with the help of some examples.
Microsoft Excel ADDRESS Function
The Microsoft Excel ADDRESS function's main objective is to create a cell address from a row and column provided. That means with the help of the ADDRESS function, you can return the value as an address of a cell according to the given row and column number. You can able to return the address in the relative or absolute format and also able to construct the cell reference in the formula.
ADDRESS Function Return Value
The return value will be the cell address in the current or given worksheet.
ADDRESS Function Syntax
= ADDRESS(row-num, col-num, [abs-num], [a1], [sheet])
Where the arguments:
- row-num: It is the row number that you can use in the cell address.
- col-num: It is the column number that you can use in the cell address.
- abs-num: This is the address type, relative or absolute; the default is absolute (optional).
- a1: The reference style (Optional).
- sheet: The name of the worksheet which you want to use defaults to the current sheet.
How to Use Microsoft Excel ADDRESS Function?
As we know, the ADDRESS function is used to create an address from a given row or column number; let's see few examples below:
- = ADDRESS(1, 1) - This will return the value $A$1
- = ADDRESS(1, 1, 4) - This will return the value A1.
Check out the list of all other articles:
- Learn How to Get First Text Value With HLOOKUP in Microsoft Excel
- Learn How to Get First Text Value in List in Microsoft Excel
- Learn How to Get First Non Blank Value in List in Microsoft Excel
- Learn How to Get First Match Cell Contains in Microsoft Excel
- Learn How to Get Employee Information With VLOOKUP in Microsoft Excel
- Learn How to Get Cell Content At Given Row and Column in Microsoft Excel
- Learn How to Find Missing Values in Microsoft Excel
- Learn How to Find Longest String With Criteria in Microsoft Excel
×
Paayi.com
Comments