Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Tim Tim is offline
external usenet poster
 
Posts: 4
Default Coloured rows


Usaing excel 2000, how do I get alternate coloured rows without having to
select and colour each one??

Tim
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Coloured rows

Select all the rows you want coloured.
Use Format | Conditional Formatting
Use Formula is: and enter =MOD(ROW(),2)=1
and then set a pattern (colour for the alternate rows)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Tim" wrote in message
...

Usaing excel 2000, how do I get alternate coloured rows without having to
select and colour each one??

Tim



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 90
Default Coloured rows

I've used the formula:
=MOD(ROW(),2)=0

I'm not very well versed in Excel formulas so forgive my ignorance. What the
difference between =0 and =1?

--

JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375




"Bernard Liengme" wrote in message
...
Select all the rows you want coloured.
Use Format | Conditional Formatting
Use Formula is: and enter =MOD(ROW(),2)=1
and then set a pattern (colour for the alternate rows)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Tim" wrote in message
...

Usaing excel 2000, how do I get alternate coloured rows without having to
select and colour each one??

Tim





  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,440
Default Coloured rows

Hi JoAnn,

The MOD function as used here gives the remainder of a division by 2 so will alternate per row between 0 and 1. It doesn't matter
if you test for 0 or for 1, that just determines which color the first row has.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"JoAnn Paules [MVP]" wrote in message ...
| I've used the formula:
| =MOD(ROW(),2)=0
|
| I'm not very well versed in Excel formulas so forgive my ignorance. What the
| difference between =0 and =1?
|
| --
|
| JoAnn Paules
| MVP Microsoft [Publisher]
|
| ~~~~~
| How to ask a question
| http://support.microsoft.com/KB/555375
|
|
|
|
| "Bernard Liengme" wrote in message
| ...
| Select all the rows you want coloured.
| Use Format | Conditional Formatting
| Use Formula is: and enter =MOD(ROW(),2)=1
| and then set a pattern (colour for the alternate rows)
| best wishes
| --
| Bernard V Liengme
| www.stfx.ca/people/bliengme
| remove caps from email
|
| "Tim" wrote in message
| ...
|
| Usaing excel 2000, how do I get alternate coloured rows without having to
| select and colour each one??
|
| Tim
|
|
|
|


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 90
Default Coloured rows

Aha............thank you. :-)

--

JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375




"Niek Otten" wrote in message
...
Hi JoAnn,

The MOD function as used here gives the remainder of a division by 2 so
will alternate per row between 0 and 1. It doesn't matter
if you test for 0 or for 1, that just determines which color the first row
has.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"JoAnn Paules [MVP]" wrote in message
...
| I've used the formula:
| =MOD(ROW(),2)=0
|
| I'm not very well versed in Excel formulas so forgive my ignorance. What
the
| difference between =0 and =1?
|
| --
|
| JoAnn Paules
| MVP Microsoft [Publisher]
|
| ~~~~~
| How to ask a question
| http://support.microsoft.com/KB/555375
|
|
|
|
| "Bernard Liengme" wrote in message
| ...
| Select all the rows you want coloured.
| Use Format | Conditional Formatting
| Use Formula is: and enter =MOD(ROW(),2)=1
| and then set a pattern (colour for the alternate rows)
| best wishes
| --
| Bernard V Liengme
| www.stfx.ca/people/bliengme
| remove caps from email
|
| "Tim" wrote in message
| ...
|
| Usaing excel 2000, how do I get alternate coloured rows without
having to
| select and colour each one??
|
| Tim
|
|
|
|






  #6   Report Post  
Posted to microsoft.public.excel.newusers
Tim Tim is offline
external usenet poster
 
Posts: 4
Default Coloured rows

JoAnn Paules [MVP] wrote:

Aha............thank you. :-)


It so simple when you know how!!

Thanks guys

Tim
  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default Coloured rows

For future reference http://www.datapigtechnologies.com/f...teshading.html

You can also highlight every 5 rows or whatever number by changing the formula.

Epinn

"Tim" wrote in message ...

Usaing excel 2000, how do I get alternate coloured rows without having to
select and colour each one??

Tim

  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,726
Default Coloured rows

or http://xldynamic.com/source/xld.CF.html#rows

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Epinn" wrote in message
...
For future reference
http://www.datapigtechnologies.com/f...teshading.html

You can also highlight every 5 rows or whatever number by changing the
formula.

Epinn

"Tim" wrote in message
...

Usaing excel 2000, how do I get alternate coloured rows without having to
select and colour each one??

Tim



  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default Coloured rows

I didn't know you had a paper on conditional format. The traffic lights look like fun. More reading for me. Thanks.

"Bob Phillips" wrote in message ...
or http://xldynamic.com/source/xld.CF.html#rows

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Epinn" wrote in message
...
For future reference
http://www.datapigtechnologies.com/f...teshading.html

You can also highlight every 5 rows or whatever number by changing the
formula.

Epinn

"Tim" wrote in message
...

Usaing excel 2000, how do I get alternate coloured rows without having to
select and colour each one??

Tim




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
Rows & Columns in Excel seadragon69 Excel Worksheet Functions 2 December 7th 05 05:54 PM
Coloured rows sonic-the-mouse New Users to Excel 1 May 29th 05 06:21 PM
Coloured rows sonic-the-mouse New Users to Excel 2 May 29th 05 01:16 AM
Hiding Rows if the linked rows are blank KG Excel Discussion (Misc queries) 9 May 18th 05 02:32 AM
flexible paste rows function that inserts the right number of rows marika1981 Excel Discussion (Misc queries) 1 February 18th 05 02:40 AM


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