I have two tables - the first lists a series of attributes and values against equipment
And the second lists the expected attributes that should be listed against each equipment type
I need a way of telling which are present, but more importantly which are not. So in this example
Equipment 5 is complete
Equipment 10 is missing Sum
Equipment 15 is missing Count
Ultimately I need to get a score
Sample 100% exists
Sum 0% exists
Count 50% exists
The bit i'm really struggling with is the absence of things since the equipment table is huge and the requirements differ for each equipmenttype
Thanks for your help