+ Reply to Thread
Results 1 to 3 of 3

Find conflicts within the same commodity number

  1. #1
    Registered User
    Join Date
    02-22-2009
    Location
    MORRISTOWN, NJ
    MS-Off Ver
    MICROSOFT 365
    Posts
    63

    Find conflicts within the same commodity number

    Hi,

    I'm trying to find where a conflict occurs for a commodity.

    A conflict is where for the same commodity in COLUMN E (i.e. 123456789), there is an "eliminated" value in one row, and another row for that commodity has "unchanged" in COLUMN M.

    I first tried to sort and group them by commodity codes to see if I could "eyeball" any conflicts where there's both an "eliminated" and "unchanged" value, but there are over 1500 rows of data, and there's got to be an easier way. VLOOKUP only takes the first value so it's restrictive. I have attached a copy of the spreadsheet.

    Thank you in advance,

    Penny
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Find conflicts within the same commodity number

    In Column N use

    In N2
    =AND(COUNTIFS(E:E,E2,M:M,"Unchanged"),COUNTIFS(E:E,E2,M:M,"Eliminated"))

    Copy down

    TRUE indicates conflict, FALSE indicates no conflict
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    02-22-2009
    Location
    MORRISTOWN, NJ
    MS-Off Ver
    MICROSOFT 365
    Posts
    63

    Re: Find conflicts within the same commodity number

    THANNNNKKKK YOUUUU!! It worked perfectly! Done in 2 seconds!

+ 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. Timing Conflicts
    By noxfinitie in forum Excel General
    Replies: 2
    Last Post: 11-21-2014, 01:23 PM
  2. [SOLVED] Loop for calculating the sales for a given area and a commodity
    By crr.potluri in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-14-2013, 11:44 PM
  3. Feed .csv table into master ledger commodity prices
    By ccampb1346 in forum Excel General
    Replies: 2
    Last Post: 05-08-2012, 02:50 PM
  4. How to prevent conflicts
    By sivdin in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-28-2009, 02:00 PM
  5. Range Name Conflicts
    By MickeyGreen in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-08-2008, 01:41 PM
  6. [SOLVED] Commodity Trading? Solver maybe....
    By bonjella in forum Excel General
    Replies: 3
    Last Post: 06-08-2005, 01:05 PM
  7. Name conflicts
    By Mark in forum Excel General
    Replies: 0
    Last Post: 05-31-2005, 03:05 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