How do I choose a cell colour, without it being tied to the data?

G

Guest

I would like to set up an alternating cell colour scheme to distinguish
between each line of data in my table. However, when I do this, and then
sort the data after it is updated, the cell colour moves with the data. Is
there any way to select the cell background colour permanantly so that it is
not tied to the data for when I sort it?
 
G

Guest

I haven't read the links the other guys supplied, but here is how I
accomplish your problem.

1. Highlight entire document.
2. Select the formatting you want for all odd numbered rows. (at this
point all cells will be formatted the same).
3. With everything still highlighted Goto Format->Conditional Formattting
4. Select "Formula Is"
5. =MOD(ROW(A1),2)=0
6. Select the formatting you want for all even numbered rows by clicking on
the "Format" button.
7. Select "Okay"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top