+ Reply to Thread
Results 1 to 4 of 4

conditional formating

Hybrid View

  1. #1
    Registered User
    Join Date
    04-14-2014
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    2

    conditional formating

    Hey Guys,
    I need help to do below in excel. I want to check value of each cell in Column C againt whole of column A and color any cell in Column A which has a match.

    below example 111 (both), and 123 in column A should be colored. pls help. Thanks.

    Column A Column B Column C
    111 A 145
    123 B 111
    134 C 123
    111 D 100
    Last edited by ashieshk; 04-14-2014 at 11:43 PM.

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: conditional formating

    If you have values in col. A in the range A1:A10, select B1:B10, while B1 is still the active cell, make a New Rule for condition formatting and place the formula given below in the formula box and format as per your choice.

    =COUNTIF($A$1:$A$10,B1)>0
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Registered User
    Join Date
    04-14-2014
    Location
    toronto
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: conditional formating

    Thanks sktneer for quick reply..
    And sorry for being dumb I am not an excel pro i am thnk I am not doing something right as I tried what u said.

    for my excel sheet
    Column C in example maps to Range U2:U1618

    Column A in example maps to Range B2: B32991

    Thanks fr your help..

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: conditional formating

    Then the formula will be changed to ........

    =COUNTIF($B$2:$B$32991,U2)>0
    Select the range U2:U1618 --> Conditional Formatting --> Make a New Rule --> in the formula box place the above formula and format as per your choice.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 03-14-2014, 04:03 AM
  2. Replies: 4
    Last Post: 01-23-2014, 10:14 AM
  3. Replies: 6
    Last Post: 08-14-2006, 05:00 PM
  4. Replies: 2
    Last Post: 03-27-2006, 12:10 PM
  5. Install dates formating using conditional formating?
    By Jerry Eggleston in forum Excel General
    Replies: 2
    Last Post: 11-09-2005, 01:49 PM

Tags for this Thread

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