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

I just can't seem to remember how to do a format like I want.

I want highlight multiple cells in a row IF a cell = N

IE:

cell A1 is N I want to highlight cells A2-A10
if cell A1 is Y I want no highlighting.


anyone know of a quick formula for that?

thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Conditional Format Question

Select cells A2:A10
Format - Conditional Format
Formula is
=A$1="N"

Set the format as desired.

What do you want if A1 < "N" and A1 < "Y". If you want no highlighting,
you're done.

HTH,
Barb Reinhardt

"Kevin" wrote:

I just can't seem to remember how to do a format like I want.

I want highlight multiple cells in a row IF a cell = N

IE:

cell A1 is N I want to highlight cells A2-A10
if cell A1 is Y I want no highlighting.


anyone know of a quick formula for that?

thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 504
Default Conditional Format Question

thanks.. what is odd is it does the exact opposite of what I want LOL

I changed it to =$A$1<"N" and then it works the way I want (cells
highlighted ONLY if there is an N in cell A1.

I thank you a bunch for getting me in the right direction!

1 quick response question though, do yuo know of a way to paset that
formatting for each row? every time I use either the format painter, or
copy/paset special or whatever, it messes up the cell it is looking for.




"Barb Reinhardt" wrote:

Select cells A2:A10
Format - Conditional Format
Formula is
=A$1="N"

Set the format as desired.

What do you want if A1 < "N" and A1 < "Y". If you want no highlighting,
you're done.

HTH,
Barb Reinhardt

"Kevin" wrote:

I just can't seem to remember how to do a format like I want.

I want highlight multiple cells in a row IF a cell = N

IE:

cell A1 is N I want to highlight cells A2-A10
if cell A1 is Y I want no highlighting.


anyone know of a quick formula for that?

thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 136
Default Conditional Format Question

If you are using version 2007, you could just add another string in the
'applies to' box.

"Kevin" wrote:

thanks.. what is odd is it does the exact opposite of what I want LOL

I changed it to =$A$1<"N" and then it works the way I want (cells
highlighted ONLY if there is an N in cell A1.

I thank you a bunch for getting me in the right direction!

1 quick response question though, do yuo know of a way to paset that
formatting for each row? every time I use either the format painter, or
copy/paset special or whatever, it messes up the cell it is looking for.




"Barb Reinhardt" wrote:

Select cells A2:A10
Format - Conditional Format
Formula is
=A$1="N"

Set the format as desired.

What do you want if A1 < "N" and A1 < "Y". If you want no highlighting,
you're done.

HTH,
Barb Reinhardt

"Kevin" wrote:

I just can't seem to remember how to do a format like I want.

I want highlight multiple cells in a row IF a cell = N

IE:

cell A1 is N I want to highlight cells A2-A10
if cell A1 is Y I want no highlighting.


anyone know of a quick formula for that?

thanks!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Conditional Format Question

You have to change the absolute reference so row 1 is not fixed.

=$A1<"N" fixes column A and allows relative referencing for rows.


Gord Dibben MS Excel MVP

On Mon, 18 Jun 2007 18:46:01 -0700, Kevin
wrote:

thanks.. what is odd is it does the exact opposite of what I want LOL

I changed it to =$A$1<"N" and then it works the way I want (cells
highlighted ONLY if there is an N in cell A1.

I thank you a bunch for getting me in the right direction!

1 quick response question though, do yuo know of a way to paset that
formatting for each row? every time I use either the format painter, or
copy/paset special or whatever, it messes up the cell it is looking for.




"Barb Reinhardt" wrote:

Select cells A2:A10
Format - Conditional Format
Formula is
=A$1="N"

Set the format as desired.

What do you want if A1 < "N" and A1 < "Y". If you want no highlighting,
you're done.

HTH,
Barb Reinhardt

"Kevin" wrote:

I just can't seem to remember how to do a format like I want.

I want highlight multiple cells in a row IF a cell = N

IE:

cell A1 is N I want to highlight cells A2-A10
if cell A1 is Y I want no highlighting.


anyone know of a quick formula for that?

thanks!


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
Another Conditional Format Question PT New Users to Excel 3 April 29th 07 02:42 AM
conditional format question Anthony Excel Worksheet Functions 4 March 8th 07 08:17 PM
Conditional format question Richard Excel Discussion (Misc queries) 6 September 30th 06 01:19 AM
Conditional format question [email protected] Excel Discussion (Misc queries) 7 September 16th 05 04:15 PM
Conditional Format Question DougS Excel Worksheet Functions 3 May 3rd 05 01:36 AM


All times are GMT +1. The time now is 03:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"