Re: Conditional formatting based on different sheets by Peter
Peter
Thu Jul 24 04:03:47 CDT 2008
Various ways, here are a couple
On the sheet you want to CF your cells, include a helper that simply refers
to your If formula on the other sheet
Name your If formula cell, eg "myIf"
then for your CF, Formula Is, =myIf=123
change the 123 as required, or simply =myIf if the formula evaluates to true
(eg a number)
Of course another way would be to replicate your If formula on the CF sheet
Regards,
Peter T
"VoxBox-Richard" <VoxBoxRichard@discussions.microsoft.com> wrote in message
news:69A5690D-228B-4B9B-98F9-066ABFFC3683@microsoft.com...
> How can I make a cell change colour based on and IF statement.
>
> I want one cell to go red if the value in another cell is negative, but
the
> two cells are on different sheets so I can't use conditional formatting.
>
> Thank you.
>
> Richard