Change cell colour according to conditions

  • Thread starter Thread starter 696796
  • Start date Start date
6

696796

Hi all,

For example's sake and not to sound too confusing here's what i want t
achieve.

I need to get a cell on a spreadsheet to change colour according to
result which is calculated. So for example, in cell A1, the figur
used for the calculation is placed. Cell B1, is where the answer wil
be held. I want cell B1 to go green if the answer is between 1 and 5
and the cell to turn red if anything else.

I'm guessing i need an if statement

if B1 less then 1 or more than 5
cellB1 = red

else

cellB1 = green

But how exactly is this done?

Any feedback and help is much apreciated,

Alex Marchan
 
Select the cell whose color you want to change. In the toolbar go t
Format > Conditional Format. Enter the required condition i.e. if Cel
Value is between and in the boxes enter 1 and 5.

- Manges
 

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