Hello! I have a base with ingredients, recipes, and meals. I’ve seen similar bases but none that ask this specific question.
Meals reference recipes, and recipes reference ingredients. The meals table has a lookup to list all ingredients for the given meal based on the listed recipes for that meal.
How do I get the number of times each ingredient has been used based on the meals table?
