English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I know "=MOD(ROW(),2)=0" makes rows with alernative colors. How to make columns having alernative colors?

2006-07-06 11:06:00 · 4 answers · asked by NickJr 2 in Computers & Internet Programming & Design

4 answers

=MOD(COLUMN(),2)

Make sure that you row assignments and your columns assignments don't collide.

You could get fancy and do an AND

Like AND(MOD(COLUMN(),2), MOD(Row(),2))

That will highlight only those cells that are in odd rows AND odd columns

2006-07-06 11:17:50 · answer #1 · answered by RDHamm 4 · 0 0

To clarify are you trying to make each column alternate colors? If so the way I do that is make two adjacent columns the color I want then highlight them and drag from the square in the corner of the highlighted section this will continue the patteren across the sheet.

If you're tryin to so something else please clarify.

2006-07-06 11:15:51 · answer #2 · answered by Dane_62 5 · 0 0

Excel has some spreadsheets that are already created that you can choose from auto format list. There may be some in there that have different colored columns. Check it out.

Good Luck

2006-07-06 11:12:37 · answer #3 · answered by phy333 6 · 0 0

i anticipate you're employing workplace 2003 (or any previous version). I additionally anticipate your problem: you want to format column A in green, if digit in column A is larger than that for the period of column B; or you want to maintain the cells in column A in purple. choose the cellular. pass to format menu. you will discover "conditional formatting" there. In condition a million, choose "cellular fee is." interior the 2d field, choose "extra advantageous than." interior the 0.33 field, sort the cellular huge form you want to earnings with. (meaning, assume interior the beginning up, you have been in cellular A3, the place you utilized conditional formatting. in this 0.33 field, you are going to be able to sort B3, in case you want to earnings A3 with B3.) Then click on the button "format...". choose appropriate format. in case you want the different format in case A3 is decrease than B3, you are able to click on the button "upload>>". it is going to upload yet another condition, purely such as you probably did till now. i'm hoping, it quite is obvious now.

2016-12-10 05:35:42 · answer #4 · answered by ? 4 · 0 0

fedest.com, questions and answers