SHEETS function - The function returns the number of pages in a reference in Excel
The following article introduces you to the SHEETS function - one of the functions in the information function group is very popular in Excel.
Description: The function returns the number of pages in a reference. Support functions from Excel 2013 onwards.
Syntax: SHEETS (reference)
Inside:
- reference: A reference to find the page number, is the required parameter.
Attention:
- SHEETS function includes all worksheets, along with all types of macro pages, charts .
- If the reference value is not valid -> the function returns the #REF! Error value
- SHEET function should not be used in the object model because that model already has similar features.
- In case of omitting reference parameter, the function returns the total number of pages in the current working window.
For example:
Calculate the number of pages in a reference described in the table below:
- In the cell to calculate enter the formula : = SHEETS (C6)
- Press Enter -> return value is:
- Similarly copying the formula for the remaining values results:
- In case of omitting reference parameter -> function returns the total number of sheets of the current working window.
Above are instructions and some specific examples when using SHEETS function in Excel.
Good luck!
You should read it
- ISREF function - The function returns True if the value is a valid reference value in Excel
- RANK.AVG function - The function returns the rank of a number in a list of numbers in Excel
- PERMUT function - The function returns the number of permutations of a given number of objects in Excel
- The DAYS function - The function returns the number of days between 2 dates in Excel
- GAMMA function - The function returns the gamma function value in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- The OFFSET function returns a reference in Excel
- ISODD function - The function returns True if the value is an odd number in Excel
May be interested
- TYPE function - Function that returns the data type of any value in Exceltype function: the function returns the data type of any value. application of functions in functions depends on the type of value. syntax: type (value)
- 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], ...)