Consulting

Results 1 to 2 of 2

Thread: Sleeper: Hightlight each different number

  1. #1

    Sleeper: Hightlight each different number

    Hi,
    How can I hightlight the cell as RED when cell values in a column
    (e.g column A) change?

    ColA
    1<-Hightlight
    1
    1
    1
    1
    2<-Hightlight
    2
    2
    2
    3<-Hightlight
    3

    THANKS!

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Quote Originally Posted by Dreamer
    Hi,
    How can I hightlight the cell as RED when cell values in a column
    (e.g column A) change?

    ColA
    1<-Hightlight
    1
    1
    1
    1
    2<-Hightlight
    2
    2
    2
    3<-Hightlight
    3

    THANKS!
    Select A2:An
    menu Format>Conditional Formatting
    Change Condition1 to FormulaIs
    Add A formula of =A2<>A1
    Click Format and select your highlighting choice
    Exit

Posting Permissions

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