Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditional Formatting

In Excel 2007, I am trying to apply conditional formatting based on a formula
which basically says "if a1 in sheet1 contains a number greater than 10, make
b1 in sheet2 red."

Firstly, I see that you Excel doesn't like using references to other
worksheets for conditional formatting criteria. I have tried creating a
named range and also copied the cells into the same worksheet (so they are
now linked) but it doesn't seem to like any of my attempts! I am probably
not using the right formula.

Any tips, advice and help would be most appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Conditional Formatting

If you name a1 in sheet1 say criterium then for B1 in sheet2 this is the
formula:
=criterium 10

This is so simple, I don't think you made an error in it. I guess that your
real situation is more complex, please post exact ranges you use, and exact
criteria which describe the job not only "basically" but in full details!

Regards,
Stefi

€˛Claire U€¯ ezt Ć*rta:

In Excel 2007, I am trying to apply conditional formatting based on a formula
which basically says "if a1 in sheet1 contains a number greater than 10, make
b1 in sheet2 red."

Firstly, I see that you Excel doesn't like using references to other
worksheets for conditional formatting criteria. I have tried creating a
named range and also copied the cells into the same worksheet (so they are
now linked) but it doesn't seem to like any of my attempts! I am probably
not using the right formula.

Any tips, advice and help would be most appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditional Formatting

Thank you Stefi - I was trying to make it so much more complicated than it
needed to be!

"Claire U" wrote:

In Excel 2007, I am trying to apply conditional formatting based on a formula
which basically says "if a1 in sheet1 contains a number greater than 10, make
b1 in sheet2 red."

Firstly, I see that you Excel doesn't like using references to other
worksheets for conditional formatting criteria. I have tried creating a
named range and also copied the cells into the same worksheet (so they are
now linked) but it doesn't seem to like any of my attempts! I am probably
not using the right formula.

Any tips, advice and help would be most appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Conditional Formatting

You are welcome! Thanks for the feedback!
Stefi

€˛Claire U€¯ ezt Ć*rta:

Thank you Stefi - I was trying to make it so much more complicated than it
needed to be!

"Claire U" wrote:

In Excel 2007, I am trying to apply conditional formatting based on a formula
which basically says "if a1 in sheet1 contains a number greater than 10, make
b1 in sheet2 red."

Firstly, I see that you Excel doesn't like using references to other
worksheets for conditional formatting criteria. I have tried creating a
named range and also copied the cells into the same worksheet (so they are
now linked) but it doesn't seem to like any of my attempts! I am probably
not using the right formula.

Any tips, advice and help would be most appreciated.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional Formatting

Try this:

=AND(COUNT(INDIRECT("Sheet1!A1")),INDIRECT("Sheet1 !A1")10)

Or, you could give cell Sheet1 A1 a name, say, Sh1A1, then:

=AND(COUNT(Sh1A1),Sh1A110)

--
Biff
Microsoft Excel MVP


"Claire U" wrote in message
...
In Excel 2007, I am trying to apply conditional formatting based on a
formula
which basically says "if a1 in sheet1 contains a number greater than 10,
make
b1 in sheet2 red."

Firstly, I see that you Excel doesn't like using references to other
worksheets for conditional formatting criteria. I have tried creating a
named range and also copied the cells into the same worksheet (so they are
now linked) but it doesn't seem to like any of my attempts! I am probably
not using the right formula.

Any tips, advice and help would be most appreciated.



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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 07:52 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"