Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Formula to print a datum in color contingent on value.

I need a formula that will change the displayed color of a value based on
amount.
For example: under 200=yellow, over 200=red.
Also, can I add input from a third column?
For example: under 200 and Column D=No, then yellow.
under 200 and column D=yes, then green.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 142
Default Formula to print a datum in color contingent on value.

Try conditional formatting for the cells
Click on /scroll over cells you need to format
FORMATCONDITIONAL FORMATTING


"Shadyhosta" wrote:

I need a formula that will change the displayed color of a value based on
amount.
For example: under 200=yellow, over 200=red.
Also, can I add input from a third column?
For example: under 200 and Column D=No, then yellow.
under 200 and column D=yes, then green.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Formula to print a datum in color contingent on value.

Can I add a third variable as in my second example? (Value greater then 200
and Column D "yes" then red, Column D "no" then yellow?

"ufo_pilot" wrote:

Try conditional formatting for the cells
Click on /scroll over cells you need to format
FORMATCONDITIONAL FORMATTING


"Shadyhosta" wrote:

I need a formula that will change the displayed color of a value based on
amount.
For example: under 200=yellow, over 200=red.
Also, can I add input from a third column?
For example: under 200 and Column D=No, then yellow.
under 200 and column D=yes, then green.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default Formula to print a datum in color contingent on value.

Hi

Try
=AND(C2200,D2="NO")
Format Yellow
=AND(C2200,D2="YES")
Format Red

--
Regards

Roger Govier


"Shadyhosta" wrote in message
...
Can I add a third variable as in my second example? (Value greater
then 200
and Column D "yes" then red, Column D "no" then yellow?

"ufo_pilot" wrote:

Try conditional formatting for the cells
Click on /scroll over cells you need to format
FORMATCONDITIONAL FORMATTING


"Shadyhosta" wrote:

I need a formula that will change the displayed color of a value
based on
amount.
For example: under 200=yellow, over 200=red.
Also, can I add input from a third column?
For example: under 200 and Column D=No, then yellow.
under 200 and column D=yes, then green.



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Formula to print a datum in color contingent on value.

Where? Do I put these formulae in the Conditional formatting pop up box?
Under "Cell value is" or "formula is"?

Thanks.

"Roger Govier" wrote:

Hi

Try
=AND(C2200,D2="NO")
Format Yellow
=AND(C2200,D2="YES")
Format Red

--
Regards

Roger Govier


"Shadyhosta" wrote in message
...
Can I add a third variable as in my second example? (Value greater
then 200
and Column D "yes" then red, Column D "no" then yellow?

"ufo_pilot" wrote:

Try conditional formatting for the cells
Click on /scroll over cells you need to format
FORMATCONDITIONAL FORMATTING


"Shadyhosta" wrote:

I need a formula that will change the displayed color of a value
based on
amount.
For example: under 200=yellow, over 200=red.
Also, can I add input from a third column?
For example: under 200 and Column D=No, then yellow.
under 200 and column D=yes, then green.






  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default Formula to print a datum in color contingent on value.

Sorry, I thought you had already got to that part.
It is under Formula Is

--
Regards

Roger Govier


"Shadyhosta" wrote in message
...
Where? Do I put these formulae in the Conditional formatting pop up
box?
Under "Cell value is" or "formula is"?

Thanks.

"Roger Govier" wrote:

Hi

Try
=AND(C2200,D2="NO")
Format Yellow
=AND(C2200,D2="YES")
Format Red

--
Regards

Roger Govier


"Shadyhosta" wrote in message
...
Can I add a third variable as in my second example? (Value greater
then 200
and Column D "yes" then red, Column D "no" then yellow?

"ufo_pilot" wrote:

Try conditional formatting for the cells
Click on /scroll over cells you need to format
FORMATCONDITIONAL FORMATTING


"Shadyhosta" wrote:

I need a formula that will change the displayed color of a value
based on
amount.
For example: under 200=yellow, over 200=red.
Also, can I add input from a third column?
For example: under 200 and Column D=No, then yellow.
under 200 and column D=yes, then green.






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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
print area selection slows excel, formula for hiding rows?? sbrimley Excel Discussion (Misc queries) 1 March 21st 06 11:26 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM


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

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

About Us

"It's about Microsoft Excel"