+ Reply to Thread
Results 1 to 11 of 11

Conditional formatting for duplicate values within a specific number range 2010

  1. #1
    Registered User
    Join Date
    03-24-2007
    Posts
    88

    Conditional formatting for duplicate values within a specific number range 2010

    I am trying to use condictional formating for duplicate values in columns for numbers just between 252 - 374, nothing else.
    Last edited by Nunzio; 07-20-2014 at 06:35 PM. Reason: I fixed the problem

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Conditional formatting for duplicate values within a specific number range 2010

    you could use a COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2]…)>0 will give you the duplicates

    =Countifs( range, ">=252", range, "<=374")>0

    use in a conditional formatting formula
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    03-24-2007
    Posts
    88

    Re: Conditional formatting for duplicate values within a specific number range 2010

    The range I am using is =$C:$I and I was not able to get the condictional formula to work?

  4. #4
    Registered User
    Join Date
    03-24-2007
    Posts
    88

    Re: Conditional formatting for duplicate values within a specific number range 2010

    I don't want to count the number of duplicates I want both duplicates beween 252 & 374 to be condictionally formatted.

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Conditional formatting for duplicate values within a specific number range 2010

    thats not a count - its a logical test to see if the count is greater than zero and so a duplicated value

    try loading a sample spreadsheet

    you could just use

    =AND( C1>=253, C1<=374)
    and appy to C:I

  6. #6
    Registered User
    Join Date
    03-24-2007
    Posts
    88

    Re: Conditional formatting for duplicate values within a specific number range 2010

    Even Weeks Schedule Template.xlsx I want to show the doubles for 252 - 374.

  7. #7
    Registered User
    Join Date
    03-24-2007
    Posts
    88

    Re: Conditional formatting for duplicate values within a specific number range 2010

    I should have clarified for each day of the week.

  8. #8
    Registered User
    Join Date
    03-24-2007
    Posts
    88

    Re: Conditional formatting for duplicate values within a specific number range 2010

    Both methods seem to show each individual value between 252 -374 rather than just highlighting the duplicates.

  9. #9
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Conditional formatting for duplicate values within a specific number range 2010

    my office 2010 PC has broken today - so i cant test
    try
    =Countifs( range, ">=252", range, "<=374")>1

  10. #10
    Registered User
    Join Date
    03-24-2007
    Posts
    88

    Re: Conditional formatting for duplicate values within a specific number range 2010

    This formula is looking for and number two of the numbers listed within the range, it could be 252 and 374 and register as a double, I need it just to show doubles of the same number twice within the min max of 252 -374. Example 252 and 252 are a duplicate. Thanks

  11. #11
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Conditional formatting for duplicate values within a specific number range 2010

    my office 2010 PC has broken today - so i cant test
    sorry, i will have to wait and get excel going again

+ 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. Conditional Formatting, Excel 2010, based on number of a certain text value in a range
    By trueimperfection in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-02-2014, 06:55 AM
  2. Replies: 4
    Last Post: 08-26-2013, 05:31 PM
  3. [SOLVED] Help with Conditional Formatting Duplicate Values
    By alcharbonneau in forum Excel General
    Replies: 6
    Last Post: 02-26-2013, 09:09 PM
  4. Conditional formatting for duplicate values
    By kris26 in forum Excel - New Users/Basics
    Replies: 12
    Last Post: 03-21-2012, 06:51 AM
  5. Conditional Formatting- Highlight Duplicate Values
    By Christopher_1 in forum Excel General
    Replies: 4
    Last Post: 04-21-2010, 11:02 AM

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