Consulting

Results 1 to 3 of 3

Thread: Please kindly help!

  1. #1
    VBAX Regular
    Joined
    Jun 2012
    Posts
    7
    Location

    Please kindly help!

    I want to find out the duplicate and highlights as attached file, who can kindly help me please!
    Attached Images Attached Images

  2. #2
    VBAX Tutor lynnnow's Avatar
    Joined
    Jan 2005
    Location
    Mumbai, Maharashtra, India
    Posts
    299
    Location
    In conditional formatting, use the following:

    [VBA]=IF(E19="","",COUNTIF(E:E,E19)>1)[/VBA]

    Change "E:E" to the column you are using and "E19" will be the cell you are entering the conditional format. As for the different colors for different values look here... http://www.xldynamic.com/source/xld.CFConditions.html

  3. #3
    VBAX Regular
    Joined
    Jun 2012
    Posts
    7
    Location
    Thank you lynnow very much but i want to use vba code! Can you help me?

Posting Permissions

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