Excel - Conditional formatting
Asked By DebbieV on 07-Jun-12 03:19 AM
Is there a way to have 2 worksheets with identical data on both and if there is a change on one of the sheets (lets call it 'master') that the row on the other sheet will change colour for that whole row or if easier just the corresponding cell?
Thanks
Debbie
Claus Busch replied to DebbieV on 07-Jun-12 04:26 AM
Hi Debbie,
Am Thu, 7 Jun 2012 00:19:17 -0700 (PDT) schrieb DebbieV:
in conditional formatting you cannot refer to another sheet. The only way
is to give the range on master a name and use that name in the formula
for CF.
Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
cavvie12 replied to Claus Busch on 07-Jun-12 08:09 AM
Thanks Claus but excuse my ignorance - should it be cell based or lookup function etc. Do you have a whizz bang formula that would apply the conditional formatting if a cell in the row is changed in the master?
Claus Busch replied to cavvie12 on 07-Jun-12 08:38 AM
Hi,
Am Thu, 7 Jun 2012 05:09:46 -0700 (PDT) schrieb cavvie123@gmail.com:
Do it with VBA
Use the Worksheet_Change event from sheet Master to color the cell in
sheet2
Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
Spencer101 replied to DebbieV on 07-Jun-12 07:03 AM
'DebbieV[_3_ Wrote:
Hi Debbie,
Conditional formatting does not work across different
worksheets/workbooks.
--
Spencer101