+ Reply to Thread
Results 1 to 3 of 3

conditional formatting COLOR - pale green

  1. #1
    Registered User
    Join Date
    04-13-2006
    Location
    Boston, MA
    Posts
    73

    conditional formatting COLOR - pale green

    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

  2. #2
    Miguel Zapico
    Guest

    RE: conditional formatting COLOR - pale green

    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. #3
    Registered User
    Join Date
    04-13-2006
    Location
    Boston, MA
    Posts
    73

    Thanks!!!

    Miguel,

    Thanks! What a great formula!

    You are the coolest!

    Mark Diaz
    Boston

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1