ISFORMULA function - The function returns True if that cell refers to a cell containing a formula in Excel
The following article introduces you to the ISFORMULA function - one of the functions in the information function group is very popular in Excel.
Description: The function returns True if the cell refers to a cell containing the formula. Support functions from Excel 2013 onwards.
Syntax: ISFORMULA (reference)
Inside:
- reference: Reference to the cell to check, is a required parameter.
Attention:
- The function returns True value if it refers to the formula and vice versa, the function returns False value .
- If reference is invalid -> function returns error value #VALUE!
For example:
Is determining the values in the value a formula reference?
- In the cell to calculate enter the formula : = ISFORMULA (C6)
- Press Enter -> return value is:
- Here 9 is a number entered from the keyboard, so the function returns the value False.
- Similarly copying the formula for the remaining values results:
- Here cell value C7 = TODAY (), C8 = D6 in the form of a formula reference -> function returns True value .
- Where value is blank or not a formula -> function returns False value :
- Where the value is not numeric -> the function returns the error value #VALUE!
Above are instructions and some specific examples when using ISFORMULA function in Excel.
Good luck!
You should read it
- ISBLANK function - The function checks if a cell is a blank value in Excel
- How to use the IF function in Excel
- How to use ADDRESS function in Excel
- Function Address - The function returns the address of a cell in Excel (usage, examples, examples)
- How to use the Match function in Excel
- INDIRECT function in Excel - How to use INDIRECT function and examples using INDIRECT function
- DCOUNTA function, how to use the function to count non-empty cells in Excel
- How to convert formulas to values in Excel
May be interested
- ISNONTEXT function - The function returns True if the value is not a text value in Excelisnontext function: the function returns true if the value is not a text value in excel. application function to check if the value is a text or not. syntax: isnontext (value)
- How to convert formulas to values in Excelin some cases users just want to display the calculated value in a cell instead of leaving the formula there. because you don't want to change the data, the cell's reference cell will be changed, or you simply don't want to show the cell's formula to others. you can do how to convert a formula to a value in the following ways.
- ISTEXT function - Function returns True value if that value is text in Excelistext function: the function returns true if the value is text. the function application to check if the value is text. syntax: istext (value)
- 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.
- ISREF function - The function returns True if the value is a valid reference value in Excelisref function: the function returns true if that value is a valid reference value. application function to check if the value is a reference value or not. syntax: isref (value)
- How to use MAXIFS function in Excel 2016maxifs function in excel is a statistical function that returns the largest value based on one or more conditions from the specified cells. maxifs function was introduced in ms excel 2016.
- How to fix formulas in Excel, fix data ranges in Excelin excel when using a formula that refers to a range of data if you use the relative address of the formula and the range will change as you move to another cell. in this article, you can help fix formulas or ranges of data referenced in excel.
- ISNUMBER function - The function returns True if the value is numeric in Excelisnumber function: the function returns true if the value is numeric. use the function to check if the value is numeric or not. syntax: isnumber (value)
- 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
- ISEVEN function - Function returns True value if the value is even in Exceliseven function: the function returns true if the value is even in excel. syntax: iseven (value)