I am trying to use a function result (ie: if a result of one cell = whatever), then the font color in a different cell & a different sheet should change to another color.
Hi Andrew
one way:
1. Select the cell which you want to check (lets say cell A1 on sheet
1)
2. Define a name for this Cell (goto 'Insert - Name - Define'). e.g.
define the name 'Conditional_Check'
3. Select the cell for which you want the color to change based on the
first cell's result
4. Goto 'Format - Conditional Format' and enter the following formula:
=Conditional_Check=value
5. Define your format for this value
you have to use the name definition as Excel's conditional format does
not accepts references to other worksheets.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.