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

In Excel 2007, I want a column (C) to conditional color fill a cell if the
corresponding cell in (B) contains a certain word. I an't get the conditional
formatting to accept my IF statement. Should I be using a different function?

Example
B1 contains Accepted, C1 turns yellow
B1 contains Not Accepted, C1 turns green
B1 contains Cancelled, C1 turns hot pink
possibly others, but that's is the jist.

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Conditional formatting on 2nd cell

Conditional Formatting

=$B$1="Accepted"
format cell yellow

=$B$1="Not Accepted"
fomat cell green

and so on...



"mdavison" wrote:

In Excel 2007, I want a column (C) to conditional color fill a cell if the
corresponding cell in (B) contains a certain word. I an't get the conditional
formatting to accept my IF statement. Should I be using a different function?

Example
B1 contains Accepted, C1 turns yellow
B1 contains Not Accepted, C1 turns green
B1 contains Cancelled, C1 turns hot pink
possibly others, but that's is the jist.

Thank you!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Conditional formatting on 2nd cell

Hi,

select column c and apply these 3 conditional formats
=$B1="Accepted"
click Add
=$B1="Not accepted"
click add
=$B1="Cancelled"

I'm not sure about 'Hot Pink' though :)

Mike


"mdavison" wrote:

In Excel 2007, I want a column (C) to conditional color fill a cell if the
corresponding cell in (B) contains a certain word. I an't get the conditional
formatting to accept my IF statement. Should I be using a different function?

Example
B1 contains Accepted, C1 turns yellow
B1 contains Not Accepted, C1 turns green
B1 contains Cancelled, C1 turns hot pink
possibly others, but that's is the jist.

Thank you!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Conditional formatting on 2nd cell

Thanks Mike,
this one makes sense because obviously I don't want the row to be absolute.
But its not working 100%. I was making it WAY too complicated with an If
embeded. :)

But I have Cancelled items in Pink and Yellow which is weird and I have
Accepted records showing green. I double checked my syntax and all three are
identical. There is nothing in the data to warrant these anomalies. Where do
I look next?

"Mike H" wrote:

Hi,

select column c and apply these 3 conditional formats
=$B1="Accepted"
click Add
=$B1="Not accepted"
click add
=$B1="Cancelled"

I'm not sure about 'Hot Pink' though :)

Mike


"mdavison" wrote:

In Excel 2007, I want a column (C) to conditional color fill a cell if the
corresponding cell in (B) contains a certain word. I an't get the conditional
formatting to accept my IF statement. Should I be using a different function?

Example
B1 contains Accepted, C1 turns yellow
B1 contains Not Accepted, C1 turns green
B1 contains Cancelled, C1 turns hot pink
possibly others, but that's is the jist.

Thank you!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Conditional formatting on 2nd cell

hi,

what percentage isn't working and what is it doing?

mike

"mdavison" wrote:

Thanks Mike,
this one makes sense because obviously I don't want the row to be absolute.
But its not working 100%. I was making it WAY too complicated with an If
embeded. :)

But I have Cancelled items in Pink and Yellow which is weird and I have
Accepted records showing green. I double checked my syntax and all three are
identical. There is nothing in the data to warrant these anomalies. Where do
I look next?

"Mike H" wrote:

Hi,

select column c and apply these 3 conditional formats
=$B1="Accepted"
click Add
=$B1="Not accepted"
click add
=$B1="Cancelled"

I'm not sure about 'Hot Pink' though :)

Mike


"mdavison" wrote:

In Excel 2007, I want a column (C) to conditional color fill a cell if the
corresponding cell in (B) contains a certain word. I an't get the conditional
formatting to accept my IF statement. Should I be using a different function?

Example
B1 contains Accepted, C1 turns yellow
B1 contains Not Accepted, C1 turns green
B1 contains Cancelled, C1 turns hot pink
possibly others, but that's is the jist.

Thank you!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Conditional formatting on 2nd cell

It was like 12 of 56 but I realized, I had not removed the manual fills the
person had added. I cleared all manual fills and Conditional rules, started
from scratch and everything is A-OK now.
Thanks so much!
-M

"Mike H" wrote:

hi,

what percentage isn't working and what is it doing?

mike

"mdavison" wrote:

Thanks Mike,
this one makes sense because obviously I don't want the row to be absolute.
But its not working 100%. I was making it WAY too complicated with an If
embeded. :)

But I have Cancelled items in Pink and Yellow which is weird and I have
Accepted records showing green. I double checked my syntax and all three are
identical. There is nothing in the data to warrant these anomalies. Where do
I look next?

"Mike H" wrote:

Hi,

select column c and apply these 3 conditional formats
=$B1="Accepted"
click Add
=$B1="Not accepted"
click add
=$B1="Cancelled"

I'm not sure about 'Hot Pink' though :)

Mike


"mdavison" wrote:

In Excel 2007, I want a column (C) to conditional color fill a cell if the
corresponding cell in (B) contains a certain word. I an't get the conditional
formatting to accept my IF statement. Should I be using a different function?

Example
B1 contains Accepted, C1 turns yellow
B1 contains Not Accepted, C1 turns green
B1 contains Cancelled, C1 turns hot pink
possibly others, but that's is the jist.

Thank you!

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
Conditional formatting Based on cell A text with conditions in Cell B Raicomm Excel Discussion (Misc queries) 0 January 21st 08 04:46 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 cell background formatting, based on cell content nosivad Excel Discussion (Misc queries) 5 February 11th 06 11:12 PM


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