Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. menu | ingredient | amount
  2. --------+------------+--------
  3. Foo | A | 0.1
  4. Foo | B | 0.2
  5. Bar | A | 0.3
  6. Baz | C | 0.4
  7.  
  8. date | menu sold
  9. --------+------------
  10. x | Foo
  11. x | Foo
  12. x | Bar
  13. x | Baz
  14.  
  15. A B C F G H
  16. month | ingredient | amount month | menu | amount
  17. -------+------------+-------- --------+------+--------
  18. 3 x | A | ? x | Foo | 2
  19. 4 x | B | ? x | Bar | 1
  20. 5 x | C | ? x | Baz | 1
  21.  
  22. =COUNTIF(Menu_Sold!B:B,Monthly_Ingredient_Used!G4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement