+ Reply to Thread
Results 1 to 3 of 3

Check if Data not unique, and show results

  1. #1
    Registered User
    Join Date
    02-06-2014
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    63

    Check if Data not unique, and show results

    Hi,

    Any help with this would be really appreciated.

    I have a table where it lists products in Column A and there price in Column B.
    Using this data I want to be able to List all Products where there is Inconsistent Pricing for the same item.

    Example: In the below there is a total of 3 of 'Item 1' but there price is not the same. I want to display in another column the list of products where the Item of the same name has more than 1 different price. and basically do this for each item.

    Please see example attached.

    Product Price
    Item 1 100
    Item 1 200
    Item 1 100
    Item 2 20
    Item 2 20
    Item 3 90
    Item 3 43
    Item 4 26
    Item 4 26
    Item 4 26


    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Check if Data not unique, and show results

    Try

    in C1
    =IF(COUNTIF(A$1:A$10,A1)=COUNTIFS(A$1:A$10,A1,B$1:B$10,B1),"",1)
    and copy down
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    02-06-2014
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    63

    Re: Check if Data not unique, and show results

    Ahh I see what its doing, Simply putting data in a cell where the Item Price is inconsistent. This works for me .

    Thanks Special-K

+ 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. How to check data in 2 columns and write the results on the 3rd one?
    By sami770 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-27-2014, 03:31 PM
  2. [SOLVED] Check data on two worksheets and copy unique rows
    By Burt_100 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-05-2013, 04:21 PM
  3. Check boxes to show specific data
    By kairn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-30-2013, 11:04 AM
  4. duplicate data show as one with unique ID
    By stratack in forum Excel General
    Replies: 3
    Last Post: 11-06-2012, 06:55 AM
  5. Replies: 3
    Last Post: 11-01-2012, 08:15 PM

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