INFO function - The function returns the current operating environment information in Excel
The following article introduces you to the INFO function - one of the functions in the group of information functions that is very popular in Excel.
Description: The function returns the current operating environment information.
Syntax: INFO (type_text)
Inside:
- type_text: The value specifies the type of information to return, is a required parameter. Including the information:
+ type_text = 'DIRECTORY' -> function returns the path of the current directory.
+ type_text = 'NUMFILE' -> function returns the current number of sheets.
+ type_text = 'ORIGIN' -> function returns the absolute reference of the top and leftmost cell.
+ type_text = 'OSVERSION' -> function returns the current operating system version as a text.
+ type_text = 'RECALC' -> function returns the current calculation method.
+ type_text = 'RELEASE' -> function returns the version of Microsoft Excel as a text.
+ type_text = 'SYSTEM' -> function returns the name of the current operating environment.
For example:
Identify information about the operating environment described in the following data table:
- In the cell to calculate enter the formula : = INFO (C6)
- Press Enter -> return value is:
- Similarly copying the formula for the remaining values results:
Above are instructions and some specific examples when using the INFO function in Excel.
Good luck!
You should read it
- TODAY function - The function returns the current date value in the format in Excel
- How to use the IF function in Excel
- How to use the IFS function in Excel 2016
- CHISQ.TEST function - The function returns the independence test in Excel
- OR function in Excel, how to use the OR function, and examples
- How to use Hlookup function on Excel
- GAMMA function - The function returns the gamma function value in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
May be interested
- NORM.DIST function - The function returns the normal distribution with the standard deviation and the mean value specified in Excelnorm.dist: the function returns the normal distribution with a standard deviation and a defined mean. functions widely used in hypothesis testing statistics. support functions from excel 2010 onwards. syntax: norm.dist (x, mean, standard_dev, cumulative)
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excelnorm.inv function: the function returns the inverse of the standard cumulative distribution with the standard deviation and the specified mean. support functions from excel 2010 onwards. syntax: norm.inv (probability, mean, standard_dev)
- NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excelnorm.s.dist: the function returns the normalized distribution with a mean of 0 and a standard deviation of 1. use the function instead of a table containing standardized curve areas. support functions from excel 2010 onwards. syntax: norm.s.dist (z, cumulative)
- PEARSON function - The function returns the Pearson product moment correlation coefficient in Excel: the function returns the pearson product moment correlation coefficient, r with a scalar index in the range from -1 to 1. the function reflects the linear relationship expansion between the two data sets. syntax: pearson (array1, array2)
- PERCENTILE.EXC function - The function returns the kth percentile of values in the range, with k in the range from 0 to 1 in Excelpercentile.exc function: the function returns the kth percentile of values in the range with k in the range from 0 to 1, excluding values 0 and 1. syntax: percentile.exc (array, k)
- PERCENTILE.INC function - Function returns the kth percentile of values in the range with k in the range from 0 to 1 in Excelpercentile.inc function: the function returns the kth percentile of values in the range with k in the range from 0 to 1. syntax: percentile.inc (array, k)