CELL function to look up information of a cell in Excel
When you want information about the format, absolute address, data type, etc. of a cell in an Excel spreadsheet, you should use the CELL () function. The CELL () function is used a lot to look up a cell's information in Excel. So the syntax and usage of CELL () function like, you follow the article below.
The article describes in detail the syntax and usage of the CELL () function to look up a cell's information in Excel ().
Description
CELL () returns the format, position, or content information of a cell depending on your needs. When you need to look up a cell's information, CELL () is the most used function.
Syntax
= CELL (info_type, reference)
Inside:
- info_type: type of lookup information you want the CELL () function to return.
- reference: the cell or range you want to look up information.
+ If reference is omitted, the function will default to return information of the cell containing the CELL () function.
+ If reference is a range of cells or a reference to a range of cells, CELL () results in the information of the top-left cell on the range of cells and range of cells.
Note
- Table of values of the Info_type argument and results returned.
- The following table describes the value that the CELL () function returns when the Info_type argument is "format".
- Info_type must be entered in quotation marks, otherwise CELL () will return the #NAME! Error.
- If info_type is not appropriate, CELL () returns the #VALUE! Error.
For example
The article introduced to you CELL () function to look up information of a cell in Excel. CELL () function supports many types of information that you can look up, tailored to each person's needs. When you need to look up information, you can choose the type of information to look up for the request. Good luck!
You should read it
- How to insert comments in Excel
- Calculate by cell background color in Excel
- Complete tutorial of Excel 2016 (Part 5): Basics of cells and ranges
- DCOUNTA function, how to use the function to count non-empty cells in Excel
- How to name, comment and protect cells in Excel
- Turn off turn on the character repeat function in Excel
- How to use ADDRESS function in Excel
- ISBLANK function - The function checks if a cell is a blank value in Excel
May be interested
- How to use the Match function in Excelthe match function on excel looks for a value defined in an array, cell range on the data table and returns the position of the value in the array, that range.
- Calculate by cell background color in Exceldetailed instructions on how to sum data cells by cell background color in excel by building a macro function that calculates the cell background color. example: the colors have corresponding values. sum the values corresponding to the cell's background color.
- Cell counting function with data in Excel - Enclose examplethe function to count cells with data in excel. in excel supports the data counting function to help you summarize the fastest way. the following article introduces data counting functions in excel.
- How to use Focus Cell to highlight Excel dataexcel focus cell feature is one of the useful features, highlighting the row and column of the active cell, helping you keep track of your location in the spreadsheet for easier reading across rows and columns.
- ISBLANK function - The function checks if a cell is a blank value in Excelisblank function: the function checks whether a cell is a blank value or not. the function returns true if it is blank and vice versa is false. syntax: isblank (value)
- Function Address - The function returns the address of a cell in Excel (usage, examples, examples)the following article dexterity software will introduce readers to the address function one of the most popular reference and lookup functions in excel.
- INDIRECT function in Excel - How to use INDIRECT function and examples using INDIRECT functionindirect function in excel - how to use indirect function and examples using indirect function. you want to refer to a range of data without changing the formula in the cell. the following article introduces you to the indirect function in excel to help you reference
- Tips for adding in Excel you need to knowcong is one of the basic excel operations.
- Index function in Excelthe index function is a function that can refer to any cell on an excel worksheet, it is combined with many other functions and brings a significant effect.
- How to use the FILTER function in Excelif you regularly work with data sets in excel, you know how important it is to be able to quickly find the information you need.