Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default cond. format for hilite every 200 lines

looking for format formula to set a cond. format for hiliting every 200
lines. thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default cond. format for hilite every 200 lines

hi, thanks formula's work, hate to ask, but ran into question on how to pic a
starting point, say record 100. thanks again

"Max" wrote:

Play with this ..

Select the entire sheet (A1 active)
Click Format Conditional Formatting
Condition 1, Formula Is: =MOD(ROW(),5)=0
Click Format button Patterns tab Green? OK
Click OK at the main dialog

Every 5th line in the sheet will be filled green

If the above appearance is what you're after, just re-do
with "5" changed to "200" in the cond format formula
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"nastech" wrote:

looking for format formula to set a cond. format for hiliting every 200
lines. thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default cond. format for hilite every 200 lines

Play with this ..

Select the entire sheet (A1 active)
Click Format Conditional Formatting
Condition 1, Formula Is: =MOD(ROW(),5)=0
Click Format button Patterns tab Green? OK
Click OK at the main dialog

Every 5th line in the sheet will be filled green

If the above appearance is what you're after, just re-do
with "5" changed to "200" in the cond format formula
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"nastech" wrote:

looking for format formula to set a cond. format for hiliting every 200
lines. thanks.

  #4   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default cond. format for hilite every 200 lines

Hi,

Highlight the entire page -- "Format" -- "Conditional Format" --
Formula Is (use one of the following formulas) -- format for cell shading
-- "OK".

For shading rows 200, 400, 600, ... =MOD(ROW(),200)=0
For shading rows 1, 201, 401, 601, ... =MOD(ROW(),200)=1
For shading rows 2, 202, 402, 602, .... =MOD(ROW(),200)=2
etc., etc.

Regards,
B. R. Ramachandran


"nastech" wrote:

looking for format formula to set a cond. format for hiliting every 200
lines. thanks.

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
cond. format for hilite every 200 lines Max Excel Discussion (Misc queries) 0 February 3rd 06 11:20 AM
Date Format Problems?? nastech Excel Discussion (Misc queries) 5 November 14th 05 01:53 AM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM
Date on two lines using a custom cell format possible? .:mmac:. Excel Discussion (Misc queries) 5 December 4th 04 09:41 PM
Empty Cells, Spaces, Cond Format? Ken Excel Discussion (Misc queries) 3 December 4th 04 04:47 PM


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