Some of the amazing new functions include: DAYS, IFNA, ISFORMULA, XOR, ISOWEEKNUM and many more.
The new ISFORMULA function detects if the cells contains formula. We can use CONDITIONAL FORMATTING along with ISFORMULA function to identify and highlight cells containing formula.
Syntax: ISFORMULA (reference)
- Reference can be a cell reference, a formula, or even a name that refers to a cell.
Suppose we have data-set as shown below, with expense occurred in each month and column H have formula for total expenses.
Follow the below steps to identify and highlight cells with formula:
- Select cell range A4:H4 and keep A4 as active cell
- Go to "HOME" tab >>> Conditional Formatting >>> Click "New Rule..."
- This will open conditional formatting dialog box. Click "Use a formula to determine which cells to format"
- Enter ISFORMULA function giving reference to active cell (here A4 cell) =ISFORMULA(A4)
- Click on "Format" button and choose the format for the cells with formula
- Click OK >> OK and you will see that all cells with formula are coloured with desired format (here with GREEN fill)
More interesting articles on this website:
No comments:
Post a Comment