Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"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 --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
" / " Changing Decimal number format to Fraction on Protected Cell | Excel Worksheet Functions | |||
" / " Changing Decimal number format to Fraction on Protected Cell | Excel Worksheet Functions | |||
copy conditional format as ACTUAL format | Excel Discussion (Misc queries) | |||
Date on two lines using a custom cell format possible? | Excel Discussion (Misc queries) | |||
Empty Cells, Spaces, Cond Format? | Excel Discussion (Misc queries) |