TYPE function - Function that returns the data type of any value in Excel
The following article introduces you to the TYPE function - one of the functions in the information function group is very popular in Excel.
Description: The function returns the data type of any value. Application of functions in functions depends on the type of value.
Syntax: TYPE (value)
Inside:
- value: Any value to determine the data type, is a required parameter, the return value of the function corresponds to the data type as follows:
+ value in numeric form -> function returns value 1.
+ value in text form -> function returns value 2.
+ value is a logical value -> the function returns 4.
+ value are error values -> the function returns 16 value.
+ value in array form -> function returns 64 value.
Attention:
- TYPE function is most useful when combined with functions that use many different data types such as ARGUMENT, INPUT.
- Cannot use TYPE function in determining whether cell contains formula or not.
For example:
Determine the data type of the values described in the following table:
- In the cell to calculate enter the formula : = TYPE (C6)
- Press Enter -> return value is:
- Similarly copying the formula for the remaining values results:
- Where value is an error value, for example 6 + abc -> the result is an error value -> the function returns value 16.
Above are instructions and some specific examples when using TYPE function in Excel.
Good luck!
You should read it
- T.TEST function - The function returns the probability associated with Student's t-Test in Excel
- TRIMMEAN function - The function returns the average of the inner part of a dataset in Excel
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excel
- How to use the IF function in Excel
- PERCENTILE function - The function returns the kth percentile in Excel
- DATEPART function in SQL Server
- FTEST function - The function returns the result of an F-Test in Excel
- How to use the IFS function in Excel 2016
May be interested
- NA function - The function returns the # N / A error value in Excelna function - the function returns the # n / a error value in excel
- Guide to familiarize yourself with Excelthe following article details the necessary skills and knowledge to help you quickly get acquainted with excel 2013/2016. to be able to get acquainted quickly with excel 2013/2016 you need to understand some of the following basic points.
- How to create the first Workbook in Excelthe following article details how to create a first workbook in excel 2013, 2016. basic operations to create a complete workbook in excel excel 2013 and 2016.
- How to use functions to identify and calculate date information in Excelthe following article details how to use functions in excel 2013 and 2016 to identify and calculate date information. to use the functions related to date information, let's explore the following: 1. the relationship between excel and dates is nothing special. first.
- STDEVA function - The function of estimating standard deviations based on a sample including both text and logical values in Excelstdeva function: the function of estimating standard deviations based on a sample including both text and logical values. standard deviation is a measure of the dispersion of a value against the mean. syntax: stdeva (value1, [value2], ...)
- STDEVPA function - The function of estimating standard deviations based on an entire population including both text and logical values in Excelstdevpa function: the function of estimating standard deviation based on the whole population including both text and logical values. standard deviation is a measure of the dispersion of a value against the mean. syntax: stdevpa (value1, [value2], ...)