+ Reply to Thread
Results 1 to 3 of 3

How do you highlight every 3rd column?

  1. #1
    Registered User
    Join Date
    03-29-2005
    Posts
    48

    Cool How do you highlight every 3rd column?

    If I use conditional formatting to attempt to highlight every 3rd column on part of my spread sheet every 2nd and 3rd column get highlighted. The formula I came up with is =MOD(Column(),3). Can you help me?

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Assuming that A1:G10 contains your data...

    1) Select your data, A1:G10

    2) Format > Conditional Formatting > Formula Is

    3) Enter the following formula:

    =MOD(COLUMN(A1)-COLUMN($A$1),3)=0

    4) Choose your formatting

    5) Click Ok

    Hope this helps!

  3. #3
    Registered User
    Join Date
    03-29-2005
    Posts
    48
    Very good, thanks.

+ 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