Hello,
I have a sheet that has category 1, then sub category 1, then sub-sub category 1. An example of the way it is set up is:
Lunch (no indent)
-Meats (one indent)
--turkey (two indents)
Dinner (no indent)
-meats (one indent)
--turkey (two indents)
(hopefully you understand this example of how my data is set up)
I am looking for a formula that tells me how many times i have turkey as a meat for lunch, rather than the total amount of times i ate turkey (lunch, dinner, etc). I have tried doing count functions, but it ends up giving me back the total amount of times i had turkey, rather than the total amount i had turkey for specifically lunch or specifically dinner. If anyone can help to explain how you can correctly find this/formulate it, it would be much appreciated.