#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Row Formatting

Is it possible to format a row based on a text value compared from a cell in
that row to a cell in the row above it?

I review a report daily that is about 200 pages long, of which 80% of it is
duplicate information.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Row Formatting

Let's say you have data in cells A3:K1000, and the text values that you want
to compare are in column E

Start by selecting the SECOND row of data all the way to the last row. Be
sure that A4 is the active cell (press Ctrl-. [that's a period] until A4 is
the active cell). Now go to FromattingConditional Formatting.

Choose "Formula is" and use this formula

=$k4<$k3

Click on the format button and choose whatever format you want to
distinguish the rows. Ok your way back to the spreadsheet.

If you have to compare the data in more than one column, change the formula
like so

=AND($k4<$k3,$L4<$L3)




"stiglo" wrote:

Is it possible to format a row based on a text value compared from a cell in
that row to a cell in the row above it?

I review a report daily that is about 200 pages long, of which 80% of it is
duplicate information.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Row Formatting

That is almost perfect! I should have specified how I wanted the rows
formatted...I would like to "Hide" those particular rows...Can't do that with
conditional formatting...or can you?

"Duke Carey" wrote:

Let's say you have data in cells A3:K1000, and the text values that you want
to compare are in column E

Start by selecting the SECOND row of data all the way to the last row. Be
sure that A4 is the active cell (press Ctrl-. [that's a period] until A4 is
the active cell). Now go to FromattingConditional Formatting.

Choose "Formula is" and use this formula

=$k4<$k3

Click on the format button and choose whatever format you want to
distinguish the rows. Ok your way back to the spreadsheet.

If you have to compare the data in more than one column, change the formula
like so

=AND($k4<$k3,$L4<$L3)




"stiglo" wrote:

Is it possible to format a row based on a text value compared from a cell in
that row to a cell in the row above it?

I review a report daily that is about 200 pages long, of which 80% of it is
duplicate information.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Row Formatting

No - you can't hide them in that fashion. What you can do is put the formula

=$k4<$k3

In an empty column adjacent to your data, then filter on FALSE. That will
hide the multiple rows

"stiglo" wrote:

That is almost perfect! I should have specified how I wanted the rows
formatted...I would like to "Hide" those particular rows...Can't do that with
conditional formatting...or can you?

"Duke Carey" wrote:

Let's say you have data in cells A3:K1000, and the text values that you want
to compare are in column E

Start by selecting the SECOND row of data all the way to the last row. Be
sure that A4 is the active cell (press Ctrl-. [that's a period] until A4 is
the active cell). Now go to FromattingConditional Formatting.

Choose "Formula is" and use this formula

=$k4<$k3

Click on the format button and choose whatever format you want to
distinguish the rows. Ok your way back to the spreadsheet.

If you have to compare the data in more than one column, change the formula
like so

=AND($k4<$k3,$L4<$L3)




"stiglo" wrote:

Is it possible to format a row based on a text value compared from a cell in
that row to a cell in the row above it?

I review a report daily that is about 200 pages long, of which 80% of it is
duplicate information.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Row Formatting

Thanks brother!



"Duke Carey" wrote:

No - you can't hide them in that fashion. What you can do is put the formula

=$k4<$k3

In an empty column adjacent to your data, then filter on FALSE. That will
hide the multiple rows

"stiglo" wrote:

That is almost perfect! I should have specified how I wanted the rows
formatted...I would like to "Hide" those particular rows...Can't do that with
conditional formatting...or can you?

"Duke Carey" wrote:

Let's say you have data in cells A3:K1000, and the text values that you want
to compare are in column E

Start by selecting the SECOND row of data all the way to the last row. Be
sure that A4 is the active cell (press Ctrl-. [that's a period] until A4 is
the active cell). Now go to FromattingConditional Formatting.

Choose "Formula is" and use this formula

=$k4<$k3

Click on the format button and choose whatever format you want to
distinguish the rows. Ok your way back to the spreadsheet.

If you have to compare the data in more than one column, change the formula
like so

=AND($k4<$k3,$L4<$L3)




"stiglo" wrote:

Is it possible to format a row based on a text value compared from a cell in
that row to a cell in the row above it?

I review a report daily that is about 200 pages long, of which 80% of it is
duplicate information.

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 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
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM
Pivot Table border formatting and pivot chart formatting [email protected] Excel Discussion (Misc queries) 0 July 22nd 05 02:22 PM


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