Conditional Formatting...

  • Thread starter Thread starter ChrisMattock
  • Start date Start date
C

ChrisMattock

I have a spreadsheet and need to peform checks to makes sure all of th
data is enetered correctly then I want the output to be a cell whic
dislpays red, amber or green depending on the status.

These are the conditions I need,

If Cell A1 < 7 then it should be red. If A1 = 7 then is should b
amber. But if A2 = 20, then it should be grren, no matter what A1 is.

Any ideas
 
Just use conditional formatting. Select A1 and Format>Conditional
Formatting. It is quite intuitive, apart from condition 1, where you should
change the condition to Formula Is and use a formula of =A2=20

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"ChrisMattock" <[email protected]>
wrote in message
news:[email protected]...
 
You need to use format_conditional formating

your first conditioned needs to be the last condition you stated a
this overrides the other 2

Choose formula and put a2=20 then select green as a colour

condition2 formula a7<7 select red

Condition3 formula a7=7 select amber

Regards

Da
 
Hi Chris,


It's not clear which is your input column (cells) and which column do you
intend to color.
I suppose that you input data in A1 and want to color the same cell:

select A1
invoke Conditional formatting
1st condition: formula: =A2=20 choose green
2nd condition: cell value: less then 7 choose red
3rd condition: cell value: equals 7 choose amber

Regards,
Stefi

„ChrisMattock†ezt írta:
 
SOrry for the lack of clarity, the cells were just examples to b
honest, but now I know the first condition overrules the other two
have fixed the problem using the method you all suggested. Thanks all
 
Sorry for the lack of clarity, the cells were just examples to b
honest, but now I know the first condition overrules the other two
have fixed the problem using the method you all suggested. Thanks all
 
Hi,

Is there a way to copy this formula to other cells?
Mary.
Hi Chris,

It's not clear which is your input column (cells) and which column do you
intend to color.
I suppose that you input data in A1 and want to color the same cell:

select A1
invoke Conditional formatting
1st condition: formula: =A2=20 choose green
2nd condition: cell value: less then 7 choose red
3rd condition: cell value: equals 7 choose amber

Regards,
Stefi

„ChrisMattock” ezt írta:
I have a spreadsheet and need to peform checks to makes sure all of the
data is enetered correctly then I want the output to be a cell which
[quoted text clipped - 6 lines]
Any ideas?
 
Copy the format of the cells, then the others will adopt it.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

sike11 via OfficeKB.com said:
Hi,

Is there a way to copy this formula to other cells?
Mary.
Hi Chris,

It's not clear which is your input column (cells) and which column do you
intend to color.
I suppose that you input data in A1 and want to color the same cell:

select A1
invoke Conditional formatting
1st condition: formula: =A2=20 choose green
2nd condition: cell value: less then 7 choose red
3rd condition: cell value: equals 7 choose amber

Regards,
Stefi

„ChrisMattock” ezt írta:
I have a spreadsheet and need to peform checks to makes sure all of the
data is enetered correctly then I want the output to be a cell which
[quoted text clipped - 6 lines]
Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top