Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default Conditional Formatting

I need some help with conditional formatting please.
I want cells in column B to automatically turn red when the value of the
adjacent cell in column A is equal 'Pending'.
It seems to be working fine when i select cells in column B one by one and
put the following condition:
Formula is: =$A$1="Pending"

But this work only for cell B1. I want to be able to select the entire
column B and do the conditfional formatting once. I also want this
conditional formatting to be applicable when i insert a new row. I tried to
use a generic formula to go with any row number (eg Formula is:
=A:A="Pending") but it didn't work.

What am i doing wrong?
I'm using Excel 2003
Please let me know if you need me to explain the problem more clearly.
Many thanks
Tendresse
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default Conditional Formatting

Just take the $ out before the 1... so it looks like

=$A1="Pending"

The $ signs make an absolute reference to that one cell. So $A$1 is
referring to A1 every time.

"Tendresse" wrote:

I need some help with conditional formatting please.
I want cells in column B to automatically turn red when the value of the
adjacent cell in column A is equal 'Pending'.
It seems to be working fine when i select cells in column B one by one and
put the following condition:
Formula is: =$A$1="Pending"

But this work only for cell B1. I want to be able to select the entire
column B and do the conditfional formatting once. I also want this
conditional formatting to be applicable when i insert a new row. I tried to
use a generic formula to go with any row number (eg Formula is:
=A:A="Pending") but it didn't work.

What am i doing wrong?
I'm using Excel 2003
Please let me know if you need me to explain the problem more clearly.
Many thanks
Tendresse

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default Conditional Formatting

Brilliant! i knew it would be something simple.
Thank you very much for your help.

"akphidelt" wrote:

Just take the $ out before the 1... so it looks like

=$A1="Pending"

The $ signs make an absolute reference to that one cell. So $A$1 is
referring to A1 every time.

"Tendresse" wrote:

I need some help with conditional formatting please.
I want cells in column B to automatically turn red when the value of the
adjacent cell in column A is equal 'Pending'.
It seems to be working fine when i select cells in column B one by one and
put the following condition:
Formula is: =$A$1="Pending"

But this work only for cell B1. I want to be able to select the entire
column B and do the conditfional formatting once. I also want this
conditional formatting to be applicable when i insert a new row. I tried to
use a generic formula to go with any row number (eg Formula is:
=A:A="Pending") but it didn't work.

What am i doing wrong?
I'm using Excel 2003
Please let me know if you need me to explain the problem more clearly.
Many thanks
Tendresse

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
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 Formatting WarrinerBen Excel Worksheet Functions 2 August 18th 06 08:37 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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