Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I "highlight" every other line on a spread sheet?

I have a "Rate Sheet" that is forwarded from Accounting Department that has
so much info on it, that I refer to on a regular basis. I would like to know
how to high-light every other line, because it makes it easier to read. It is
much too time consuming to do each line individually. Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default How do I "highlight" every other line on a spread sheet?

Select the rows you want to apply the formatting to and do the following:

Click FORMAT in the menu and select CONDITIONAL FORMATTING.

In the combobox in CONDITION 1, change the option VALUE IS to FORMULA IS

In the text box to the right of the combo box enter the following formula:

=MOD(ROW(),2)

Then click the FORMAT button, click the PATTERNS tab and select the color
you want to use (lt. green perhaps) and click the OK command button to apply
the format.

The MOD divides a value by a specified divisor MOD(Value, Divisor) and
returns the remainder.

The ROW() function returns the current row number.

Dividing any row by 2 will produce a 0 for even rows and a 1 for odd (i.e.
False or TRUE). All rows that have 1 (odd rows) as a remainder get the
formatting.
--
Kevin Backmann


"susansbeach" wrote:

I have a "Rate Sheet" that is forwarded from Accounting Department that has
so much info on it, that I refer to on a regular basis. I would like to know
how to high-light every other line, because it makes it easier to read. It is
much too time consuming to do each line individually. Can anyone help?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default How do I "highlight" every other line on a spread sheet?

hi
see this site
http://www.cpearson.com/excel/banding.htm

regards
FSt1

"susansbeach" wrote:

I have a "Rate Sheet" that is forwarded from Accounting Department that has
so much info on it, that I refer to on a regular basis. I would like to know
how to high-light every other line, because it makes it easier to read. It is
much too time consuming to do each line individually. Can anyone help?

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
How do I set "tab" or "arrow" key to automatically highlight a cel Rhonda Excel Discussion (Misc queries) 1 October 2nd 06 05:58 PM
How do i enable "Group" & "Ungroup" in a protected sheet ruddojo Excel Discussion (Misc queries) 0 June 2nd 06 01:01 AM
The word "calculate" is at the bottom of my spread sheet. why? brooks o Excel Worksheet Functions 2 May 19th 06 12:31 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
How to fill in "BLANK" Cells Automactically...Large Spread Sheet msbutton27 Excel Discussion (Misc queries) 3 January 15th 06 04:12 PM


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