Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kim Kim is offline
external usenet poster
 
Posts: 284
Default Condition Formatting with different sheet

Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Condition Formatting with different sheet

Hi,
Just apply conditional formatting with condition 1 as Cell value is greater
than 50, format it to green, and condition 2 as Cell value is less than 50,
format it to green.

What is the different sheet in your thread title? conditional formatting
based on a different sheet requires you to define a named range.

Dave

"Kim" wrote:

Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim

  #3   Report Post  
Posted to microsoft.public.excel.misc
Kim Kim is offline
external usenet poster
 
Posts: 284
Default Condition Formatting with different sheet

Hi Dave,

I need to set the condition formatting to the whole column and the original
value is different.

Is there a simplier way or do I have to set one cell by one cell?

Regards,
Kim

"Dave Curtis" wrote:

Hi,
Just apply conditional formatting with condition 1 as Cell value is greater
than 50, format it to green, and condition 2 as Cell value is less than 50,
format it to green.

What is the different sheet in your thread title? conditional formatting
based on a different sheet requires you to define a named range.

Dave

"Kim" wrote:

Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Condition Formatting with different sheet

Hi,
You mean the value of 50 is different for each cell?
Are they random, or defined by something else?


Dave

"Kim" wrote:

Hi Dave,

I need to set the condition formatting to the whole column and the original
value is different.

Is there a simplier way or do I have to set one cell by one cell?

Regards,
Kim

"Dave Curtis" wrote:

Hi,
Just apply conditional formatting with condition 1 as Cell value is greater
than 50, format it to green, and condition 2 as Cell value is less than 50,
format it to green.

What is the different sheet in your thread title? conditional formatting
based on a different sheet requires you to define a named range.

Dave

"Kim" wrote:

Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim

  #5   Report Post  
Posted to microsoft.public.excel.misc
Kim Kim is offline
external usenet poster
 
Posts: 284
Default Condition Formatting with different sheet

Here is an example:-

Original value in the cell
A
1 50
2 70
3 80
4 55
5 60

If I change cell A1 to 55 it should turn green.
If I change cell A2 to 60 is should turn red.
If I change cell A3 to 75 it should turn red.

Regards,
Kim

"Dave Curtis" wrote:

Hi,
You mean the value of 50 is different for each cell?
Are they random, or defined by something else?


Dave

"Kim" wrote:

Hi Dave,

I need to set the condition formatting to the whole column and the original
value is different.

Is there a simplier way or do I have to set one cell by one cell?

Regards,
Kim

"Dave Curtis" wrote:

Hi,
Just apply conditional formatting with condition 1 as Cell value is greater
than 50, format it to green, and condition 2 as Cell value is less than 50,
format it to green.

What is the different sheet in your thread title? conditional formatting
based on a different sheet requires you to define a named range.

Dave

"Kim" wrote:

Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Condition Formatting with different sheet

You need to put the 50 into the conditional format. 50=green <50=red
therefore 50 = not red or green by default.

Kim wrote:

Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim


  #7   Report Post  
Posted to microsoft.public.excel.misc
Kim Kim is offline
external usenet poster
 
Posts: 284
Default Condition Formatting with different sheet

Here is an example:-

Original value in the cell
A
1 50
2 70
3 80
4 55
5 60

If I change cell A1 to 55 it should turn green.
If I change cell A2 to 60 is should turn red.
If I change cell A3 to 75 it should turn red.

Regards,
Kim

"Bob I" wrote:

You need to put the 50 into the conditional format. 50=green <50=red
therefore 50 = not red or green by default.

Kim wrote:

Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 99
Default Condition Formatting with different sheet

Hi Kim, Consider using a helper column.
Copy your values from A into B
Highlight all the numbers in B and then apply the conditional formatting.
Condition 1 as formula is =B1<A1, format to green.
Condition 2 as formula is =B1A1, format to red.
All cells in the range should then have the correct references.
You can then hide column A.

Dave

"Kim" wrote:

Here is an example:-

Original value in the cell
A
1 50
2 70
3 80
4 55
5 60

If I change cell A1 to 55 it should turn green.
If I change cell A2 to 60 is should turn red.
If I change cell A3 to 75 it should turn red.

Regards,
Kim

"Bob I" wrote:

You need to put the 50 into the conditional format. 50=green <50=red
therefore 50 = not red or green by default.

Kim wrote:

Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim



  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Condition Formatting with different sheet

See Dave's reply using Helper cell to hold the comparison value.

Kim wrote:

Here is an example:-

Original value in the cell
A
1 50
2 70
3 80
4 55
5 60

If I change cell A1 to 55 it should turn green.
If I change cell A2 to 60 is should turn red.
If I change cell A3 to 75 it should turn red.

Regards,
Kim

"Bob I" wrote:


You need to put the 50 into the conditional format. 50=green <50=red
therefore 50 = not red or green by default.

Kim wrote:


Hi,

Can anyone help me to find a way round the problem I've. I'm trying to set a
condition formattion to a cell where if there is any changes it will change
colour.

Example: The original value is a cell is 50. And if I change to a higher
value, the cell should turn green and if I change to lower value it will
change to red. The original cell should be no fill.

Thanks,
Kim




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
Adding a second formatting condition. bollard Excel Worksheet Functions 2 August 21st 08 10:24 AM
Copy from one Sheet and paste on another sheet based on condition Prem Excel Discussion (Misc queries) 2 December 24th 07 05:05 AM
how do i set more than three conditions in condition formatting? senpm New Users to Excel 1 December 9th 07 02:08 PM
condition formatting with formula BHOOI Excel Worksheet Functions 1 February 7th 07 05:07 AM
4 condition conditional formatting jeffg Excel Worksheet Functions 2 October 5th 05 06:16 PM


All times are GMT +1. The time now is 05:35 PM.

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"