Sr. Accountant
24 Points
Joined May 2008
Here is the way to locate the entire cell in a worksheet containing Formula,
- Select Insert, Name, Define.
- In the Define Name dialog box, enter the following in the 'Names in workbook' box
Formula
- Then enter the following formula in the "Refers to" box
=GET.CELL(48,INDIRECT("rc",FALSE))
Click Add, and then OK.
- Select all the cells to which you want to apply the conditional formatting.
- Select Format, Conditional Formatting
- In the Conditional Formatting dialog box, select Formula Is from the drop-down list, and then enter this formula in the adjacent box (see the figure below):
=Formula
- Click the Format button and select the type of formatting you want for the cells that contain a formula. (It is better to give a particular colour)
- Click OK . It will work.