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

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


Presume "record 100" is in row 100 ?
Tinker along these lines ..

Select rows 100 to 114 (say),
then apply the CF using the cond format formula:
=MOD(ROW(A1),5)=0

The above will fill every 5th row from the starting row (row 100):
rows 104, 109 & 114
with the colour specified

And if you want rows 100, 105, 110 to be coloured instead,
just change the formula above to: =MOD(ROW(A1),5)=1
(adjust the value after the last "=" sign)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
 
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
" / " Changing Decimal number format to Fraction on Protected Cell laudie Excel Worksheet Functions 0 November 15th 05 02:13 AM
" / " Changing Decimal number format to Fraction on Protected Cell laudie Excel Worksheet Functions 0 November 15th 05 01:12 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 02:34 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"