Conditional Formatting

marcr

New Member
Joined
Aug 17, 2017
Messages
2
I am trying to find out what cells in a column are picked up in a formula elsewhere (in a different tab) and what wells in the column are not. Is there a way to use conditional formatting to color code cells that are picked up by a formula and what cells are not?

Thank you.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
You can use CondFrmt to determine whether a cell contains a formula that refers to another worksheet. This can be achieved by using function SEARCH to look for an exclamation mark (!) in the cell's formula. First, though, we have to use function FORMULATEXT to convert the formula to text.

DO: Select the column of interest (B in my case). Click on Conditional Formatting | New Rule | Use a formula... and paste this exactly into the Format values where... box: =IFERROR(SEARCH("!",FORMULATEXT(B1)),FALSE) and then click on Format, where you can choose a fill-colour that you like. Click on Ok all the way out.
 
Upvote 0
You can also use the Formula Auditing Tools. TRACE DEPENDENTS will point to cells on the worksheet using the cell. An icon indicates if the cell is used in another sheet in the Workbook.
 
Upvote 0

Forum statistics

Threads
1,215,297
Messages
6,124,113
Members
449,142
Latest member
championbowler

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top