ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
When Milo had cancer, I opted to cook for him. My goal was to go very low carb based on research that says cancer cells process carbs more easily than fat and protein calories.
2
I opted to use a variety of proteins and vegetables, in hopes that the variety would help him get a reasonable mix of vitamins and nutrients
3
I bought a food scale, would cook up a storm, and put it in the food processor.
4
This spreadsheet is a tool for determining how many calories per cup were in the resulting recipe, and how much to feed the dog.
5
6
7
Tabs
8
Goal
This tab takes the dog's weight and activity into consideration, past eating and calorie info, to determine how many calories the dog needs.
9
10
Milo's Daily
This tab uses info form all the other tabs to determine how much recipe should be fed to the dog.
11
This tab also allows for other food info to be entered, for example, if supplementing with kibble or cottage cheese.
12
13
Recipe Values
Column B is pulldown values. Select the ingredient.
14
Column C is for the amount of each ingredient.
15
Column D-F is automated and comes from the Database tabs
16
Row 17 summarizes calories and nutrients in the recipe
17
Row 20 requires the amount made (entered by user), and determines how many calories and nutrients per cup.
18
Row 22 estimates how many days worth of food this provides (uses info from "Milo's Daily" page.
19
20
Database
The first column is the source for the pulldown list on the Recipe Values tab.
21
The second column is the same food, but sometimes in units more common to food info resources, e.g., grams
22
Columns C, D, E are from food info resources.
23
Column F is a conversion factor, e.g., grams to pounds
24
Columns H, I, J is after applying the conversion factor to columns C, D, E. (Just "fill down" to complete.)
25
26
Using the spreadsheet:
27
Blue: Input by User
28
Green: Calculated by spreadsheet.
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100