Meal Planner2 Instructions

Embed Size (px)

Citation preview

  • 8/8/2019 Meal Planner2 Instructions

    1/13

    Meal Planner 2.0 with RPT Food Information

    Instruction Manual

    Programming By: Adam LaJeunesse

    Manual By: Adam LaJeunesse

  • 8/8/2019 Meal Planner2 Instructions

    2/13

    Section 1: Q & A

    What is it?

    The Meal Planner 2.0, with the RTP Food Information, is an Excel spreadsheetapplication that will calculate macro-nutrient information for the meals that you plan with it. Icall it an application because there is VBA code written that performs some of the calculationsand error checking.

    WARNING: THIS SPREADSHEET NEEDS TO HAVE MACROS ENABLED FOR IT TO WORK CORRECTLY! Please

    see the Excel Help file if you need to change your security settings.

    What does it do?

    The Meal Planner 2.0 spreadsheet allows you to create from 1 to 6 meal for a single dayand breaks down the calories by macro-nutrient for each item of the meal. It will output thefollowing information:

    1. Calculate the total number of calories per meal.

    2. Calculate the total number of gram for each macro-nutrient per meal.

    3. Calculate a grand total of the all the calories planned for the day.

    4. Calculate the number of grams of each macro-nutrient for the day.

    5. Calculate the number of calories per macro-nutrient for the day.

    6. Calculate the percentage of each macro-nutrient for the day. Allowing you to see if youare hitting your macro-nutrient ratio. (ex. 40%-40%-20%)

    7. Calculate the average number of grams for each macro-nutrient per meal.

    The foods nutritional information is stored on sheet2, of the spreadsheet, so that onceentered into the spreadsheet you will no longer have to look up the nutritional information forthe foods you eat.

  • 8/8/2019 Meal Planner2 Instructions

    3/13

    What is the spreadsheet format?

    The Meal Planner 2.0 application was designed and developed using Microsoft Excel andVBA in a Microsoft Windows environment. I have not tested this with Microsoft Excel for the

    Mac OS. This spreadsheet application will open in Open Office Spreadsheet but the VBA codedoes not work correctly with Open Offices scripting language.

    Will it save multiple days of meals?

    No. The Meal Planner 2.0 application was designed for a single days meal planning. Thelayout of the meal planner was designed to print nicely on a single sheet of paper. If you want

    to save your results you can do one of the following:1. Print the meal plan for the day. If you want to save your meal plans for later analyzing

    you can store the paper in a binder of some sorts.

    2. Since you need Microsoft Excel to run this application you might have installed, as aprint driver, Microsoft Office Document Image Writer, which will let you save what yousend to the printer as an image. You can then store the images on your computer forlater use.

    3. You can download a pdf creator software package, I use PDFCreator which is free, tocreate pdfs of the meal plan. PDFCreator can be found athttp://sourceforge.net/projects/pdfcreator/ and is a pdf print driver. When selected asa printer you would print your meal plan and a pdf will be created. The pdf can bestored or emailed for later use.

    What food nutritional information does it come with?I have entered the food nutritional information found in RTP Module 5. You can, and

    should, enter the nutritional information from foods not found in the RTP food list that youeat. Once the information is entered into the spreadsheet, and saved, you will not need toenter it again.

  • 8/8/2019 Meal Planner2 Instructions

    4/13

    How was the Meal Planner 2.0 designed?

    The Meal Planner 2.0 layout and design was modeled after the layout of a meal plannerfound in the Appendix of Tom Venutos book, Burn the Fat, Feed the Muscle. I created the

    spreadsheet application after reading Burn the Fat, Feed the Muscle.

    Section 2: How to use the Meal Planner 2.0

    Macro Warning:

    When you open the Meal Planner 2.0 spreadsheet, depending on the version of

    Microsoft Excel you have and the security level you have set, you may be prompted to enableor disable the macros. You will need to enable the macros for everything to work correctly. InExcel 2007 the security warning is located at the top of the screen but below the menu system.There is no need to worry about the macro code, I guarantee the code to not harm yourcomputer. The code is not locked so you can view it any time. If you are having trouble at thispoint please look at Excels help file for information about the macro security levels. If you areon a work computer and cannot change the security level then talk to the administrator tochange the level to medium, which allows you to choose whether or not to run macros.

  • 8/8/2019 Meal Planner2 Instructions

    5/13

    Getting Familiar with the Interface:

    When you open the Meal Planner 2.0 spreadsheet for the first time you should be onsheet1. If you have not enabled the macro please do so now. You should see a screen similar

    to the screenshot below.

    At the top you will see the page header with a place to enter the date. Below the page headeryou will see the areas for the 6 meals. Each meal has 6 slots to add a food item too. If morethan 6 slots are needed instructions will be provided later to show the proper way to do this sothe saved ranges will be updated correctly.

  • 8/8/2019 Meal Planner2 Instructions

    6/13

    Below the 6 meals you will find the grand total area and the per meal averages. See thescreenshot below.

  • 8/8/2019 Meal Planner2 Instructions

    7/13

    sheet2 contains the food items used in sheet1. Each food item has a description, quantity,measurement, grams, calories, fat, carbs, and protein columns. See the screenshot below.Each one of the items will be described in more detail later in these instructions.

  • 8/8/2019 Meal Planner2 Instructions

    8/13

    Planning Your First Meal:

    Since I have already filled in sheet2 with the food lists found in the RTP Module 5 we canstart planning our first meal. We are going to create our first meal of the day from Eggs

    (whole and whites) and whole wheat toast. For our macro-nutrient portions we are lookingfor around 140 calories of protein and 210 calories of starchy complex carbs. For now just fillin the numbers I give so you get familiar with how the application works.

    1. If youre not on sheet1 go to the top of sheet.

    2. Click in the first slot under Food Item in Meal 1 . You should be presented with adrop-down box filled in with the food items from sheet2. Select the down arrow toexpand the drop-down box.

    3. Find Egg, Whole and select it.

    4. Hit the TAB key or select the Quantity cell next to the Egg, Whole we selected. Forthe quantity we will enter 1.

    5. Hit the TAB key or select the Measurement cell next to the Quantity cell with the 1in it. The Measurement cell also contains a drop-down box with the type of measurement we measured the food with. Select the down arrow to expand the drop-down box.

    6. Select Whole. The eggs were entered into sheet2 with a measurement type of Whole so that what we need to select. If you select something other than Wholeyou will get an informative error message.

    7. After you select Whole the calories, fat grams, carb grams, and protein grams will befilled in for you. If this did not happen then the macros are not enabled and you shouldgo back to that section and reread it.

  • 8/8/2019 Meal Planner2 Instructions

    9/13

    8. The Meal 1 should look like this

    9. Go to the next open slot for Meal 1 and fill in the information for 4 whole egg whites.If you are having trouble go back to step 2 but use 4 whole egg whites for the data.

    10. The Meal 1 should look like this

    11. Go to the next open slot for Meal 1 and fill in the information for 2 whole slices of Whole Wheat Bread. Whole Wheat Bread is found in the 3 Complex Card (Starchy)

    section of the food item drop-down list. If you are having trouble go back to step 2 butuse 2 whole slices of Whole Wheat Bread for the data.

    12. The Meal 1 should look like this

    13. We have now completed setting up Meal 1. Below Meal 1 you will find the totalsfor the meal including: total number of calories for the meal, total number of caloriesfor each macro-nutrient, and total number of grams of each macro-nutrient.

  • 8/8/2019 Meal Planner2 Instructions

    10/13

    14. Now, scroll down to the bottom of the meal planner and you will see the Grand Totalfor all the meals. Since we have only created one meal the Grand Total will have thesame numbers as the Meal 1 total numbers but with the addition of percentageinformation. You can use the percentage information to make sure you are hitting yourmacro-nutrient ratio (ex. 40% Protein-40% Carbs-20% Fat). With the first meal wecreated we are almost at 40% Protein-40% Carbs-20% Fat. See the screenshot below.

    15. With the information in the meal totals and the grand totals you should be able to tailoryour meals so the you get the number of calories and macro-nutrient ratios you desire.

    16. The next steps are to plan meals 2 6 using the same steps for planning Meal 1.

    17. When you are finished save the spreadsheet so you dont lose your meal plan. Whenyou want to create another meal plan there is an easy way to clear all, or some, of themeals. Go to Clearing the Meal Plans to find out how.

    Entering in Your Own Food Nutrition Information:

    As stated before the Meal Planner 2.0 spreadsheet application comes loaded with thefood information provided in RTP Module 5. But this doesnt mean you cant add your ownfood items and its recommended that you do add the food items you commonly eat if theyare not already there. To add your own food items please use the following steps.

    1.

    Go to sheet2 and scroll down to the bottom of the list until you find an open row.2. In the Food Item column you will enter in a description of the food item you are adding.

    The way I have entered in food items from RTP Module 5 is by first giving the food typea number and a type description, for example all lean protein item start with 1 LeanProtein . I did this so that all the food categories, ie. Lean Protein, Starchy Carbs,Fibrous Carbs, Fat, etc., will be kept together in their own groups. The order in whichthe food items appear on sheet2 is the order in which they show up in the drop-downbox on sheet1. I recommend that you use the already define food groups whenentering your food items, but you can also enter you food items in however you like.

  • 8/8/2019 Meal Planner2 Instructions

    11/13

    3. After you entered in the food item description you need to enter in the quantity of oneserving in the Quantity column. If the nutrition label states that 1 serving is 1 cup thenenter in 1 for the quantity. You will enter in the measurement type in the next step. If there is no measurement type on the nutrition label dont worry the quantity andmeasurement columns are not necessary to fill out. I will cover this in Step 5. You canuse whole numbers, decimals, and fractions in this column.

    4. If you were not able to enter in a quantity jump to Step 5. After entering in the quantityyou will go to the Measurement column. Here you will select the type of measurementused to indicate 1 serving. If the nutrition label states that one serving is 1/3 cup thenyou would select cup from the drop-down box. For items like fruits and vegetables youwill probably select Whole. It really depends on how its measured. For items like a

    slice of bread or things that are premeasured you would also select Whole. If you didnot enter in a Quantity for the food item do not fill in the Measurement.

    5. You now need to enter the number of grams for one serving of the food item. This isthe most important number when it comes to determining a portion size. However notall food items can be measured using grams. Liquids, like Milk or Oil usually do not havea number of grams per serving. If you cant enter in a number for grams then you musthave number for Quantity and a Measurement type. You can enter in a value for

    Quantity, select a Measurement Type, and enter a value for grams. The moreinformation you can provide the better.

    6. The rest of the information is easy to add. Find the number of calories per serving andput that in the Calories column. Put the total number of grams of Fat in the Fat column,put the total number of grams of carbs in the Carbs column, and put the total number of grams of protein in the Protein column. The order of the columns matches the order inwhich the macro-nutrients are found on a nutrition label. DO NOT reorder the columns,they have to stay in the order in which they appear otherwise the calculations on sheet1will not be correct.

    7. Once you have your new food item entered you can enter the next one in.

  • 8/8/2019 Meal Planner2 Instructions

    12/13

    8. After you are done entering in all the food items you want I suggest you sort the list sothat the food items appear in alphabetical order and if you used the predeterminedfood categories the food item will be with its group. To sort the list go to the first item,which start on row 2, and select the food item description. Do not select the headerthat is on row 1. Then scroll down to the last food item and while holding the SHIFT keyselect the Protein cell for the last food item. You should now have a box that surroundsall of the food items and their nutrition values. Go to the menu and select Sort inAscending order, and AZ with a down arrow. You may have to find where sort islocated. In Excel 2007 it is found under the Data menu item. If the list did not sortcorrectly hit CTRL-Z to undo and try again.

    9. Save the spreadsheet when you are done so you done lose your newly entered food

    items.

    Clearing the Meal Plans:

    To clear the meal plan easily all you have to do is click on the date at the top of thespreadsheet, change the date, and then hit ENTER, TAB, or click another cell. A dialog willappear giving you options on how to clear the meal plan. See the screenshot below.

  • 8/8/2019 Meal Planner2 Instructions

    13/13

    You have three options to choose from and they are:

    1. Click Yes to clear all of the meals. Choose this if you do not want to keep any of theprevious meals you had planned.

    2. Click No to selectively clear the meal plans you have previously created. You wouldwant to use this option if there are 1 or more meal plans that are the same as before.You will be prompted to clear each of the 6 meals.

    3. Click Cancel to cancel the operation and not clear any of the 6 meals.

    I highly recommend that you use this method of clearing out the meals so you dontaccidentally clear out some of the formulas in the totals boxes.

    Printing Out the Meal Plans:

    When you have created your meal plans for the day and you wish to print out the mealplans all you have to do is print it. The layout I have created fits nicely within an 8.5x11(letter) size sheet of paper. You can do a print preview to make sure everything looks goodbefore printing.

    Other Tidbits:

    There is a small note section for each of the 6 meals if you would like to add a note tothe meal. The note will be cleared out when you clear out the meals using the methodmentioned in Clearing the Meal Plans .

    If you like this Meal Planner 2.0 spreadsheet application or if you have comments, questions,and/or suggestions drop me a line http://www.shreddersphere.com/member.php?u=677 .

    Thank you and Shred Hard!