+ Reply to Thread
Results 1 to 3 of 3

How to find difference between set of requirements

  1. #1
    Forum Contributor
    Join Date
    01-20-2011
    Location
    liverpool
    MS-Off Ver
    Excel 2016
    Posts
    198

    How to find difference between set of requirements

    Hello,
    I have the following case.
    There are shops that have names A, B, C...Those shops can move from town to town Town A, B, C...
    We have set of required items that have to be available in the shop based on 2 rule-Town ID and shop ID.
    Those requirements are listed in one database (DB_requirement sheet).
    Lets assume that there is a shop located in townA and it has ID ShopA.
    Currently that shop have all needed items listed in DB_requirement sheet.
    I need to find an easy way when in check_difference sheet I populate the new destination of the shop and or new ID of the shop (for example from TownA-->TownB and from ShopA-->ShopB)
    formula to check and list what are the requirements for current combination TownID/ShopID
    formula to check and list what are the new requirements for new combination TownID/ShopID
    formula to check and list what are the missing items for new combination TownID/ShopID

    I am attaching example file of xls
    Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    01-20-2011
    Location
    liverpool
    MS-Off Ver
    Excel 2016
    Posts
    198

    Re: How to find difference between set of requirements

    As there are no replies - please remove the thread. I have posted that question in vba section....

  3. #3
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,588

    Re: How to find difference between set of requirements

    If I understand correctly then try:
    I2 and down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    J2 and down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    K2 and down: =IF(J2="","",IF(ISERROR(MATCH(J2,I$2:I$11,0)),J2,""))
    If this isn't what you want, please manually fill in columns I:K so that we may attempt to replicate your output using formulas/code.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Tool to find best fitting box (packaging requirements)
    By gingert88 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-24-2018, 09:07 AM
  2. [SOLVED] Formula to find max value difference
    By bigband1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-02-2015, 08:29 AM
  3. Countif to find a difference
    By nicci113 in forum Excel General
    Replies: 8
    Last Post: 09-03-2014, 05:42 AM
  4. [SOLVED] Search and find the difference
    By Chetansuri in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2014, 05:11 PM
  5. [SOLVED] Excel 2007 : To find the difference rows....
    By upmuthukumar in forum Excel General
    Replies: 3
    Last Post: 06-30-2012, 01:42 AM
  6. Find the Largest Difference
    By JimmyA in forum Excel General
    Replies: 5
    Last Post: 04-24-2009, 10:30 AM
  7. [SOLVED] FIND DIFFERENCE BETWEEN >50 AND <60
    By Sarath.Ch in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-28-2005, 09: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