Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
g wills
 
Posts: n/a
Default Can you sort text in a column, but leave cell color alone?

1st time using excel....

I want to make a wrestling roster to keep the wrestlers weights for
each day. I would like to have a wrestler's name and weight of each
day in a row. To make it easier to see, I would like for every other
row to have a grey shade (like stripes). When I sort, the shade goes
with the text.

Is there anyway to make a shade on each other row and still be able to
sort?
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

yes, select your worksheet and choose
format / conditional formatting
choose
formula is
type
=ROW()=ODD(ROW())
click on the format button, go to the patterns tab, choose a fill colour
click OK twice

Cheers
JulieD

"g wills" wrote in message
...
1st time using excel....

I want to make a wrestling roster to keep the wrestlers weights for
each day. I would like to have a wrestler's name and weight of each
day in a row. To make it easier to see, I would like for every other
row to have a grey shade (like stripes). When I sort, the shade goes
with the text.

Is there anyway to make a shade on each other row and still be able to
sort?



  #3   Report Post  
Ken Wright
 
Posts: n/a
Default

Use a conditional format to do this and it will not move when you sort the
rows:-

Do CTRL+A, then Format / Conditional Formatting / Change 'cell value is' to
'formula is' and put
in =MOD(ROW(),2)=1

Now click on the format button and choose a nice pastel colour from the patterns
tab. Hit OK till
you are out and you are done.

You could also put in
=MOD(ROW(),2)=0 if you wanted the other rows to be coloured.

You could also put in
=MOD(ROW(),3)=0 if you wanted every 3rd row to be coloured.

You could also put in
=MOD(ROW(),4)=0 if you wanted every 4th row to be coloured.

You could also put in
=MOD(ROW(),5)=0 if you wanted every 5th row to be coloured.

But you probably get the drift by now. Flipping the 1 and the 0 will determine
whether or not you
start with a coloured or a non-coloured row.


If you want to create alternate green bars made up of say 3 rows (or any other
color), you can
also use:

For every three rows:
=MOD(ROW()-1,6)<3

For every four rows:
=MOD(ROW()-1,8)<4

For other number of shadings, just make the 2nd number (6 or 8 in example) twice
as much as the
3rd number (3 or 4 in example)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------



"g wills" wrote in message
...
1st time using excel....

I want to make a wrestling roster to keep the wrestlers weights for
each day. I would like to have a wrestler's name and weight of each
day in a row. To make it easier to see, I would like for every other
row to have a grey shade (like stripes). When I sort, the shade goes
with the text.

Is there anyway to make a shade on each other row and still be able to
sort?



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.803 / Virus Database: 546 - Release Date: 30/11/2004


  #4   Report Post  
g wills
 
Posts: n/a
Default

Thank you!
That worked.

g willis

On Fri, 3 Dec 2004 00:15:37 +0800, "JulieD"
wrote:

Hi

yes, select your worksheet and choose
format / conditional formatting
choose
formula is
type
=ROW()=ODD(ROW())
click on the format button, go to the patterns tab, choose a fill colour
click OK twice

Cheers
JulieD

"g wills" wrote in message
.. .
1st time using excel....

I want to make a wrestling roster to keep the wrestlers weights for
each day. I would like to have a wrestler's name and weight of each
day in a row. To make it easier to see, I would like for every other
row to have a grey shade (like stripes). When I sort, the shade goes
with the text.

Is there anyway to make a shade on each other row and still be able to
sort?



  #5   Report Post  
JulieD
 
Posts: n/a
Default

you're welcome
and thanks for the feedback
"g wills" wrote in message
...
Thank you!
That worked.

g willis

On Fri, 3 Dec 2004 00:15:37 +0800, "JulieD"
wrote:

Hi

yes, select your worksheet and choose
format / conditional formatting
choose
formula is
type
=ROW()=ODD(ROW())
click on the format button, go to the patterns tab, choose a fill colour
click OK twice

Cheers
JulieD

"g wills" wrote in message
. ..
1st time using excel....

I want to make a wrestling roster to keep the wrestlers weights for
each day. I would like to have a wrestler's name and weight of each
day in a row. To make it easier to see, I would like for every other
row to have a grey shade (like stripes). When I sort, the shade goes
with the text.

Is there anyway to make a shade on each other row and still be able to
sort?





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
Text in cell not showing in full text in cell in exces Excel Discussion (Misc queries) 2 December 23rd 04 09:13 AM
Putting text in a column based on variable text from another colum Jacky D. Excel Discussion (Misc queries) 1 December 16th 04 06:09 PM
Hide text that doesn't fit in the cell Rene Excel Discussion (Misc queries) 1 December 16th 04 04:34 PM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 2 November 27th 04 01:55 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 0 November 26th 04 03:19 PM


All times are GMT +1. The time now is 05:24 AM.

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"