Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That works; thank you.
Now, is it possible to make that stop in, say, column E so that the pretty colors don't continue on into infinity (or 256, whichever comes first)? "Gord Dibben" wrote: Select all rows. FormatConditional FormattingFormula is: =MOD(ROW(),2)=1 Pick a pattern from Format and OK your way out. Gord Dibben MS Excel MVP On Sat, 10 Jun 2006 13:36:02 -0700, dramajuana wrote: Is there a way to automatically color every other row with a certain color? Selecting each row individually is starting to make me go nutty. Gord Dibben MS Excel MVP |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select just the range you want.
All of columns A:E or even A1:E9999 Then apply that conditional formatting. dramajuana wrote: That works; thank you. Now, is it possible to make that stop in, say, column E so that the pretty colors don't continue on into infinity (or 256, whichever comes first)? "Gord Dibben" wrote: Select all rows. FormatConditional FormattingFormula is: =MOD(ROW(),2)=1 Pick a pattern from Format and OK your way out. Gord Dibben MS Excel MVP On Sat, 10 Jun 2006 13:36:02 -0700, dramajuana wrote: Is there a way to automatically color every other row with a certain color? Selecting each row individually is starting to make me go nutty. Gord Dibben MS Excel MVP -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"dramajuana" wrote:
... is it possible to make that stop in, say, column E so that the pretty colors don't continue on into infinity (or 256, whichever comes first)? Instead of selecting all rows, try selecting only the range (say: select A1:D100) before you apply the CF -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =AND(COLUMN()<=5,MOD(ROW(),2)=1) This code will make the colouring stop after column E. Adjust the number as you see fit. -- KellTainer ------------------------------------------------------------------------ KellTainer's Profile: http://www.excelforum.com/member.php...o&userid=34322 View this thread: http://www.excelforum.com/showthread...hreadid=550688 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transfering colours | Excel Worksheet Functions | |||
Background colors are printed but not shown in normal vieuw | Excel Discussion (Misc queries) | |||
How to apply the same background to many sheets simultaneously. | Excel Worksheet Functions | |||
Change the default chart colours | Charts and Charting in Excel |