S
scottia
Using the following formula to count text values selected from a drop list
(menu day). Once selected (menu list), value from "menu day" is added to a
different sheet (Grocery List). In the separate sheet (Grocery List) I am
trying to increase "servings" based on foods consumed in "menu list". I
can't get the "serving" values to increase in "Grocery List" when a "serving"
is greater than 1 in "menu list".
=SUM(COUNTIF(Sunday!B$20:C$86,B185)+COUNTIF(Monday!B$20:C$86,B185)+COUNTIF(Tuesday!B$20:C$86,B185)+COUNTIF(Wednesday!B$20:C$86,B185)+COUNTIF(Thursday!B$20:C$86,B185)+COUNTIF(Friday!B$20:C$86,B185)+COUNTIF(Saturday!B$20:C$86,B185))
Above formula works for counting all foods consumed from "menu list" by
adding them to "Grocery List" but additional servings cannot be added to
quantities consumed calculated in "Grocery List".
I am trying to figure out how to count multiple unique values with servings
(a separte column) in "Grocery List" once a food is counted from "Menu Items"
(menu day). Once selected (menu list), value from "menu day" is added to a
different sheet (Grocery List). In the separate sheet (Grocery List) I am
trying to increase "servings" based on foods consumed in "menu list". I
can't get the "serving" values to increase in "Grocery List" when a "serving"
is greater than 1 in "menu list".
=SUM(COUNTIF(Sunday!B$20:C$86,B185)+COUNTIF(Monday!B$20:C$86,B185)+COUNTIF(Tuesday!B$20:C$86,B185)+COUNTIF(Wednesday!B$20:C$86,B185)+COUNTIF(Thursday!B$20:C$86,B185)+COUNTIF(Friday!B$20:C$86,B185)+COUNTIF(Saturday!B$20:C$86,B185))
Above formula works for counting all foods consumed from "menu list" by
adding them to "Grocery List" but additional servings cannot be added to
quantities consumed calculated in "Grocery List".
I am trying to figure out how to count multiple unique values with servings
(a separte column) in "Grocery List" once a food is counted from "Menu Items"