Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Highlighting the entire row with conditional formatting

Hello, I am using the True/False condition to highlight an entire row through
conditional formatting but the highlighting stops where there is a zero in a
particular cell in the row I am trying to highlight. How do I highlight the
entire row regardless of what characters are in the cells of that row?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Highlighting the entire row with conditional formatting

You'll need to tell us what condition is being used to apply the format.

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Hello, I am using the True/False condition to highlight an entire row
through
conditional formatting but the highlighting stops where there is a zero in
a
particular cell in the row I am trying to highlight. How do I highlight
the
entire row regardless of what characters are in the cells of that row?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Highlighting the entire row with conditional formatting

You forgot to tell us what conditions you are currently using in CF.
--
David Biddulph

Allen wrote:
Hello, I am using the True/False condition to highlight an entire row
through conditional formatting but the highlighting stops where there
is a zero in a particular cell in the row I am trying to highlight.
How do I highlight the entire row regardless of what characters are
in the cells of that row?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Highlighting the entire row with conditional formatting

What rule(s) are you using to CF the row?

What cell value would return TRUE or FALSE


Gord Dibben MS Excel MVP



On Tue, 14 Apr 2009 12:45:02 -0700, Allen
wrote:

Hello, I am using the True/False condition to highlight an entire row through
conditional formatting but the highlighting stops where there is a zero in a
particular cell in the row I am trying to highlight. How do I highlight the
entire row regardless of what characters are in the cells of that row?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Highlighting the entire row with conditional formatting

Sorry, I am using =AND(A5:BK5) in the 'Use a formula to determine which cells
to format' rule formula. I have a true/false NOT(IF) function at the end of
each row that results in True when cells in column B are 5.1. This applies
to $A$5:$BK$3000 (column BK has the true/false condition).


"T. Valko" wrote:

You'll need to tell us what condition is being used to apply the format.

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Hello, I am using the True/False condition to highlight an entire row
through
conditional formatting but the highlighting stops where there is a zero in
a
particular cell in the row I am trying to highlight. How do I highlight
the
entire row regardless of what characters are in the cells of that row?






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Highlighting the entire row with conditional formatting

Ok, let's try to figure this out:

I am using =AND(A5:BK5) in the 'Use a formula...


What's in the range A5:BK5?

Explain in *words* what your condition is to apply the formatting.

I have a true/false NOT(IF) function at the end
of each row that results in True when cells in
column B are 5.1.


What's that have to do with it?

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Sorry, I am using =AND(A5:BK5) in the 'Use a formula to determine which
cells
to format' rule formula. I have a true/false NOT(IF) function at the end
of
each row that results in True when cells in column B are 5.1. This
applies
to $A$5:$BK$3000 (column BK has the true/false condition).


"T. Valko" wrote:

You'll need to tell us what condition is being used to apply the format.

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Hello, I am using the True/False condition to highlight an entire row
through
conditional formatting but the highlighting stops where there is a zero
in
a
particular cell in the row I am trying to highlight. How do I highlight
the
entire row regardless of what characters are in the cells of that row?






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Highlighting the entire row with conditional formatting

I have a table of data that is in a range A2:BK3000. Column A contains days
of the week. I am trying to highlight the complete row from A to BK when the
day of the week in column A is Saturday or Sunday

"T. Valko" wrote:

Ok, let's try to figure this out:

I am using =AND(A5:BK5) in the 'Use a formula...


What's in the range A5:BK5?

Explain in *words* what your condition is to apply the formatting.

I have a true/false NOT(IF) function at the end
of each row that results in True when cells in
column B are 5.1.


What's that have to do with it?

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Sorry, I am using =AND(A5:BK5) in the 'Use a formula to determine which
cells
to format' rule formula. I have a true/false NOT(IF) function at the end
of
each row that results in True when cells in column B are 5.1. This
applies
to $A$5:$BK$3000 (column BK has the true/false condition).


"T. Valko" wrote:

You'll need to tell us what condition is being used to apply the format.

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Hello, I am using the True/False condition to highlight an entire row
through
conditional formatting but the highlighting stops where there is a zero
in
a
particular cell in the row I am trying to highlight. How do I highlight
the
entire row regardless of what characters are in the cells of that row?






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Highlighting the entire row with conditional formatting

I have a table of data in the range A2:BK3000. Column A contains days of the
week and I want to highlight the entire row (A to BK) when column A shows
either Saturday or Sunday

"Gord Dibben" wrote:

What rule(s) are you using to CF the row?

What cell value would return TRUE or FALSE


Gord Dibben MS Excel MVP



On Tue, 14 Apr 2009 12:45:02 -0700, Allen
wrote:

Hello, I am using the True/False condition to highlight an entire row through
conditional formatting but the highlighting stops where there is a zero in a
particular cell in the row I am trying to highlight. How do I highlight the
entire row regardless of what characters are in the cells of that row?



  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Highlighting the entire row with conditional formatting

I have a table of data in the range A2:BK3000. Column A contains days of the
week and I want to highlight the entire row (A to BK) when column A shows
either Saturday or Sunday

"T. Valko" wrote:

Ok, let's try to figure this out:

I am using =AND(A5:BK5) in the 'Use a formula...


What's in the range A5:BK5?

Explain in *words* what your condition is to apply the formatting.

I have a true/false NOT(IF) function at the end
of each row that results in True when cells in
column B are 5.1.


What's that have to do with it?

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Sorry, I am using =AND(A5:BK5) in the 'Use a formula to determine which
cells
to format' rule formula. I have a true/false NOT(IF) function at the end
of
each row that results in True when cells in column B are 5.1. This
applies
to $A$5:$BK$3000 (column BK has the true/false condition).


"T. Valko" wrote:

You'll need to tell us what condition is being used to apply the format.

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Hello, I am using the True/False condition to highlight an entire row
through
conditional formatting but the highlighting stops where there is a zero
in
a
particular cell in the row I am trying to highlight. How do I highlight
the
entire row regardless of what characters are in the cells of that row?






  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Highlighting the entire row with conditional formatting

Ok...

Column A contains days of the week


Assuming the weekdays are TEXT entries.

Select the entire range A2:BK3000

Conditional FormattingUse a formula to determine...

=LEFT($A2)="S"

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
I have a table of data that is in a range A2:BK3000. Column A contains days
of the week. I am trying to highlight the complete row from A to BK when
the
day of the week in column A is Saturday or Sunday

"T. Valko" wrote:

Ok, let's try to figure this out:

I am using =AND(A5:BK5) in the 'Use a formula...


What's in the range A5:BK5?

Explain in *words* what your condition is to apply the formatting.

I have a true/false NOT(IF) function at the end
of each row that results in True when cells in
column B are 5.1.


What's that have to do with it?

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Sorry, I am using =AND(A5:BK5) in the 'Use a formula to determine which
cells
to format' rule formula. I have a true/false NOT(IF) function at the
end
of
each row that results in True when cells in column B are 5.1. This
applies
to $A$5:$BK$3000 (column BK has the true/false condition).


"T. Valko" wrote:

You'll need to tell us what condition is being used to apply the
format.

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Hello, I am using the True/False condition to highlight an entire
row
through
conditional formatting but the highlighting stops where there is a
zero
in
a
particular cell in the row I am trying to highlight. How do I
highlight
the
entire row regardless of what characters are in the cells of that
row?










  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Highlighting the entire row with conditional formatting

Excellent, that works. Thanks a lot!

"T. Valko" wrote:

Ok...

Column A contains days of the week


Assuming the weekdays are TEXT entries.

Select the entire range A2:BK3000

Conditional FormattingUse a formula to determine...

=LEFT($A2)="S"

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
I have a table of data that is in a range A2:BK3000. Column A contains days
of the week. I am trying to highlight the complete row from A to BK when
the
day of the week in column A is Saturday or Sunday

"T. Valko" wrote:

Ok, let's try to figure this out:

I am using =AND(A5:BK5) in the 'Use a formula...

What's in the range A5:BK5?

Explain in *words* what your condition is to apply the formatting.

I have a true/false NOT(IF) function at the end
of each row that results in True when cells in
column B are 5.1.

What's that have to do with it?

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Sorry, I am using =AND(A5:BK5) in the 'Use a formula to determine which
cells
to format' rule formula. I have a true/false NOT(IF) function at the
end
of
each row that results in True when cells in column B are 5.1. This
applies
to $A$5:$BK$3000 (column BK has the true/false condition).


"T. Valko" wrote:

You'll need to tell us what condition is being used to apply the
format.

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Hello, I am using the True/False condition to highlight an entire
row
through
conditional formatting but the highlighting stops where there is a
zero
in
a
particular cell in the row I am trying to highlight. How do I
highlight
the
entire row regardless of what characters are in the cells of that
row?









  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Highlighting the entire row with conditional formatting

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Excellent, that works. Thanks a lot!

"T. Valko" wrote:

Ok...

Column A contains days of the week


Assuming the weekdays are TEXT entries.

Select the entire range A2:BK3000

Conditional FormattingUse a formula to determine...

=LEFT($A2)="S"

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
I have a table of data that is in a range A2:BK3000. Column A contains
days
of the week. I am trying to highlight the complete row from A to BK
when
the
day of the week in column A is Saturday or Sunday

"T. Valko" wrote:

Ok, let's try to figure this out:

I am using =AND(A5:BK5) in the 'Use a formula...

What's in the range A5:BK5?

Explain in *words* what your condition is to apply the formatting.

I have a true/false NOT(IF) function at the end
of each row that results in True when cells in
column B are 5.1.

What's that have to do with it?

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Sorry, I am using =AND(A5:BK5) in the 'Use a formula to determine
which
cells
to format' rule formula. I have a true/false NOT(IF) function at the
end
of
each row that results in True when cells in column B are 5.1. This
applies
to $A$5:$BK$3000 (column BK has the true/false condition).


"T. Valko" wrote:

You'll need to tell us what condition is being used to apply the
format.

--
Biff
Microsoft Excel MVP


"Allen" wrote in message
...
Hello, I am using the True/False condition to highlight an entire
row
through
conditional formatting but the highlighting stops where there is
a
zero
in
a
particular cell in the row I am trying to highlight. How do I
highlight
the
entire row regardless of what characters are in the cells of that
row?











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
Highlighting an entire row using conditional formating Tom Freeman[_2_] Excel Discussion (Misc queries) 5 May 1st 09 09:28 PM
Highlighting using Conditional Formatting SLW612 Excel Worksheet Functions 3 March 13th 07 10:04 PM
Highlighting a row with conditional formatting Rob Excel Discussion (Misc queries) 4 February 26th 07 04:19 AM
Conditional formatting - Highlighting a row Coco Excel Worksheet Functions 6 February 24th 07 08:58 PM
Highlighting an entire row using conditional formatting. SystemHack Excel Worksheet Functions 5 January 27th 06 01:24 AM


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