Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Conditional formatting between worksheets

Hey all,

I want the format of a cell in worksheet 1 depending on a value of a cell in
worksheet 2 without copying the value of this cell to worksheet 1. The excel
functionality does not allow this. How can I work around it?

Example:
Formule Is: ='Mechelen-SMaarten-Upgrade 543'!$B$12 ="X"
Example of format if condition is true: Lime color

Thanks,

Rein
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Conditional formatting between worksheets

Another way is to use a defined name for the cell being referenced, and use
the name in the CF.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Max" wrote in message
...
One way is to use INDIRECT with an incrementer, eg ROW(A1) ..

Assume you want the CF to trigger in col B in say, Sheet1, if
corresponding
cells in col B in the source sheet: Mechelen-SMaarten-Upgrade 543 contain:
"X"

In Sheet1,

Select col B (B1 active), then apply the cond format formula:
=INDIRECT("'Mechelen-SMaarten-Upgrade 543'!B"&ROW(A1))="X"
Format as desired. The CF will trigger as required. If B2, B20, B100 in
the
source sheet contain: "X", then B2, B20, B100 in Sheet1 will be
conditionally
formatted. Adapt to suit.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Reinhart" wrote:
Hey all,

I want the format of a cell in worksheet 1 depending on a value of a cell
in
worksheet 2 without copying the value of this cell to worksheet 1. The
excel
functionality does not allow this. How can I work around it?

Example:
Formule Is: ='Mechelen-SMaarten-Upgrade 543'!$B$12 ="X"
Example of format if condition is true: Lime color

Thanks,

Rein



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Conditional formatting between worksheets

Perfect, it works.

Thanks guys...

"Bob Phillips" wrote:

Another way is to use a defined name for the cell being referenced, and use
the name in the CF.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Max" wrote in message
...
One way is to use INDIRECT with an incrementer, eg ROW(A1) ..

Assume you want the CF to trigger in col B in say, Sheet1, if
corresponding
cells in col B in the source sheet: Mechelen-SMaarten-Upgrade 543 contain:
"X"

In Sheet1,

Select col B (B1 active), then apply the cond format formula:
=INDIRECT("'Mechelen-SMaarten-Upgrade 543'!B"&ROW(A1))="X"
Format as desired. The CF will trigger as required. If B2, B20, B100 in
the
source sheet contain: "X", then B2, B20, B100 in Sheet1 will be
conditionally
formatted. Adapt to suit.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Reinhart" wrote:
Hey all,

I want the format of a cell in worksheet 1 depending on a value of a cell
in
worksheet 2 without copying the value of this cell to worksheet 1. The
excel
functionality does not allow this. How can I work around it?

Example:
Formule Is: ='Mechelen-SMaarten-Upgrade 543'!$B$12 ="X"
Example of format if condition is true: Lime color

Thanks,

Rein




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional formatting between worksheets Max Excel Discussion (Misc queries) 0 March 30th 07 09:34 AM
Conditional Formatting - 2 Worksheets one Named Range Sam via OfficeKB.com Excel Worksheet Functions 5 January 27th 07 03:00 PM
Conditional formatting/ comparing worksheets Excel Help! Excel Discussion (Misc queries) 0 January 10th 07 10:52 PM
Conditional Linking and Formatting across worksheets to form Summary Page - Only pull/link non-null fields J Leckner Excel Worksheet Functions 1 September 22nd 06 04:18 PM
Conditional formatting between worksheets? Workaholic Excel Worksheet Functions 3 August 13th 06 11:07 PM


All times are GMT +1. The time now is 10:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"