Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHurrah!
Challenge text is somwhat different from the solution, but looking at some comments, picture was clear.
Tried to make it simple so used, filters and summarize tools.
Solved it a little different than some others, could probably clean it up and use less tools, but this was a fun short little exercise.
My approach was correct, although slightly different than the solution in the end, but couldn't get the correct potential meals number. Go there in the end though by hard coding a flag against each of the 4 types, and changing the formula. Could be much slicker, and I like the original solution approach of adding the 2nd lookup table to treat the two types as FOOD, makes it much smarter.
Think this belongs to an intermediate category - started using lot more tools to arrive at the solution. but thanks for all the spoilers - helped to arrive the solution through an optimized set of tools