Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have only recently started using conditional formatting. I used this formula: =MOD(ROW(),3)=0 which highlights every 3rd row, but... I can't figure out how to use a formula to highlight 3 rows & leave one blank. I want to use pale green highlights. I know I can "back into" it by making the whole worksheet highlighted in pale green, like the old IBM paper printouts, and using no fill to have an un-highlighted row, but I'm trying to find out how to use formulas to have multiple rows highlighted. Ideally, I'd like to be able to have 3 rows green, 2 rows normal. Any suggestions? Please help if you can. Thanks! Mark Boston -- LTUser54 ------------------------------------------------------------------------ LTUser54's Profile: http://www.excelforum.com/member.php...o&userid=33459 View this thread: http://www.excelforum.com/showthread...hreadid=543723 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Using the same formula, you can write:
=MOD(ROW()-1,5)<3 That will be TRUE for 3 rows and FALSE for the next 2. Hope this helps, Miguel. "LTUser54" wrote: I have only recently started using conditional formatting. I used this formula: =MOD(ROW(),3)=0 which highlights every 3rd row, but... I can't figure out how to use a formula to highlight 3 rows & leave one blank. I want to use pale green highlights. I know I can "back into" it by making the whole worksheet highlighted in pale green, like the old IBM paper printouts, and using no fill to have an un-highlighted row, but I'm trying to find out how to use formulas to have multiple rows highlighted. Ideally, I'd like to be able to have 3 rows green, 2 rows normal. Any suggestions? Please help if you can. Thanks! Mark Boston -- LTUser54 ------------------------------------------------------------------------ LTUser54's Profile: http://www.excelforum.com/member.php...o&userid=33459 View this thread: http://www.excelforum.com/showthread...hreadid=543723 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Miguel, Thanks! What a great formula! You are the coolest! Mark Diaz Boston -- LTUser54 ------------------------------------------------------------------------ LTUser54's Profile: http://www.excelforum.com/member.php...o&userid=33459 View this thread: http://www.excelforum.com/showthread...hreadid=543723 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting when inserting a row | Excel Worksheet Functions | |||
Conditional Formatting Error | Excel Worksheet Functions | |||
difficulty with conditional formatting | Excel Discussion (Misc queries) | |||
Determine cells that drive conditional formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) |