#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Fast Formatting

Is there a faster way to color format excel spreadsheets? I've got a
spreadsheet containing 2500 cells that must be formatted (highlighting every
odd number) and It's extremely tedious and time consuming to take every cell
and highlight it individually. Is there a faster way to do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Fast Formatting

You can use conditional formatting to do this. Highlight all the data,
then Format | Conditional Formatting and select Formula Is rather than
Cell Value Is in the pop-up. Enter this formula:

=MOD(ROW(),2)=0

then click on the Format button, then the Patterns tab (for background
colour) and choose the colour you want. Click OK twice to exit.

You should find all your cells in even rows are now coloured. If you
want the odd rows coloured then you should change the 0 to 1 in the
formula.

Hope this helps.

Pete

On Nov 5, 4:56 pm, Devin wrote:
Is there a faster way to color format excel spreadsheets? I've got a
spreadsheet containing 2500 cells that must be formatted (highlighting every
odd number) and It's extremely tedious and time consuming to take every cell
and highlight it individually. Is there a faster way to do this?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Fast Formatting

Pete_UK's format solution will format odd rows, if you want to format cells
that have odd numbers use the following:

Select the cells to format and click FORMAT in the menu and select
CONDITIONAL FORMATTING.

Set condition 1 to FORMULA IS and enter the following formula:

=AND(ISNUMBER(A1),MOD(A1,2))

Then click the FORMAT command button and change the patterns or font color
to whatever it is you need to see.

The example formula above assumes that the selected data range starts at A1.
Change the cell address accordingly.
--
Kevin Backmann


"Devin" wrote:

Is there a faster way to color format excel spreadsheets? I've got a
spreadsheet containing 2500 cells that must be formatted (highlighting every
odd number) and It's extremely tedious and time consuming to take every cell
and highlight it individually. Is there a faster way to do this?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Fast Formatting

My interpretation is you want odd numbers highlighted, not odd rows.

Select the range of 2500 cells and FormatCellsCFFormula is:

=MOD($A1,2)=1


Gord Dibben MS Excel MVP

On Mon, 5 Nov 2007 08:56:02 -0800, Devin
wrote:

Is there a faster way to color format excel spreadsheets? I've got a
spreadsheet containing 2500 cells that must be formatted (highlighting every
odd number) and It's extremely tedious and time consuming to take every cell
and highlight it individually. Is there a faster way to do this?


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
need formula help fast please!! Meenie Excel Discussion (Misc queries) 4 July 26th 07 04:39 PM
Conditional formatting: NEED ANSWERS FAST!!! Turquoise_dax Excel Discussion (Misc queries) 1 June 22nd 06 04:21 PM
I need major help fast!!!!! Mr. Jay Excel Discussion (Misc queries) 3 March 10th 06 04:22 PM
Need help fast! [email protected] Excel Discussion (Misc queries) 2 October 1st 05 04:10 AM
Need help fast! Thanks! spectator Excel Discussion (Misc queries) 4 July 27th 05 07:01 AM


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