CELL function - The function returns information about the format or content of a cell in Excel
The following article introduces you to the CELL function - one of the functions in the information function group is very popular in Excel.
Description: The function returns information about the format or content of a cell.
Syntax: CELL (info_type, [reference])
Inside:
- info_type: Text value that determines the type of information returned, is a required parameter. Types of information returned:
+ info_type = address -> returns the address of the cell.
+ info_type = col -> returns the column number of the cell.
+ info_type = color -> returns the color of the cell.
+ info_type = contents -> returns the content of the cell.
+ info_type = filename -> returns the name including the full path.
+ info_type = format -> returns the format of the cell.
+ info_type = parentheses -> identify cells that use single quotes for positive values or all values, otherwise return 0.
+ info_type = prefix -> returns the cell label prefix.
+ info_type = protect -> determines if the cell is locked or not if it returns 1 value otherwise returns 0 value.
+ info_type = row -> returns the number of rows of the cell.
+ info_type = type -> returns the cell's data type.
+ info_type = width -> returns the width of the cell.
- reference: The cell that wants to return the corresponding information, which is an optional parameter if omitting the function that returns information for the last cell.
Attention:
- In case you change the format of a cell but then set another format -> must reset that sheet.
For example:
Determine the information of the cells described in the following data table:
- Define information about the number of rows of cells. In a cell to calculate enter the formula : = CELL ("row", C6)
- Press Enter -> return value is:
- Similarly determine the data type of the cell -> enter the formula: = CELL ("type", C7) -> press Enter -> return value is:
- Determine the content of the cell -> enter the formula: = CELL ("contents", C8) -> press Enter -> return value is:
- Similarly determine the format and address of the cell (corresponding format and type ) -> the results:
Above are instructions and some specific examples when using CELL function in Excel.
Good luck!
You should read it
- How to use ADDRESS function in Excel
- Function Address - The function returns the address of a cell in Excel (usage, examples, examples)
- ISBLANK function - The function checks if a cell is a blank value in Excel
- How to insert comments in Excel
- Turn off turn on the character repeat function in Excel
- How to use the Match function in Excel
- DCOUNTA function, how to use the function to count non-empty cells in Excel
- The Match function (the function searches for a specified value in an array or cell range) in Excel
May be interested
- 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)
- Complete tutorial of Excel 2016 (Part 5): Basics of cells and rangeswhenever you work with excel, you will need to enter information - or content - into the cells . cells are the basic building blocks of a spreadsheet. you will need to learn the basics of cells and cell contents to calculate, analyze, and organize data in excel.
- How to use the NORMDIST function in Excel - Function that returns the distribution in Excelthe normdist function returns a distribution with a specified mean and standard deviation. the normdist function has applications in statistics, including hypothesis testing.
- DAY function - The function returns the date value of a specific date in Excelthe day function: the function returns a date value in a specific date, month, and year format in excel. syntax: day (serial_number)
- CHISQ.TEST function - The function returns the independence test in Excelchisq.test function: the function returns the independence test. the function returns the value from the distribution (({chi ^ 2})) when squared for statistics and the appropriate degrees of freedom. support function from excel 2010 version. syntax: chisq.test (actual_range, expected_range)
- How to use the IF function in Excelthe if function in excel checks for a true or false condition. if the condition is true, the function returns a value, if the condition fails the function returns another value
- F.TEST function - The function returns the result of the F - test in Excelf.test: the function returns the result of the f - test, the probability of two ends where the variance of 2 arrays is not significant. support functions from excel 2010 version. syntax: f.test (array1, array2)
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.