- Jan 9, 2009
- 90
- 0
- 39
Hi everyone! Hope you're all having a great time managing your flocks. Personally, I find that it becomes increasingly difficult to keep track of every single chicken in my flock as I get more and more chickens, especially on a busy schedule. Therefore, I decided to use Microsoft Excel to generate a simple and straight forward "Chicken Tracker" spreadsheet to help me keep track of all my chickens. Here's an example of what my spreadsheet looks like:
I know it's nothing too elaborate, but it serves its purpose. A few codes that may be useful are:
"=TODAY()" - Used to insert dynamic dates (dates that changes every day and can be used to calculate the age of your entire flock without effort on your part).
"=SUM(XY:xy)" - Used to add numerical data from different cells. For example: Based on the picture of my spreadsheet above, to get the Total number of chickens I inserted "=SUM(A4:A8)" in cell A11.
"=XY-xy" - Used to calculate age in days.
"=XY/7" - Used to calculate age in weeks.
"=XY/30" - Used to calculate age in months.
Please note that these codes are used without the quotations around them, so only use what's inside the quote.
This version is simplied for simplicity. You can customize your speadsheet to meet your needs by adding a Name column and separate each bird by name instead of by breeds. Hope this will prove to be useful for someone out there. Best of luck!

I know it's nothing too elaborate, but it serves its purpose. A few codes that may be useful are:
"=TODAY()" - Used to insert dynamic dates (dates that changes every day and can be used to calculate the age of your entire flock without effort on your part).
"=SUM(XY:xy)" - Used to add numerical data from different cells. For example: Based on the picture of my spreadsheet above, to get the Total number of chickens I inserted "=SUM(A4:A8)" in cell A11.
"=XY-xy" - Used to calculate age in days.
"=XY/7" - Used to calculate age in weeks.
"=XY/30" - Used to calculate age in months.
Please note that these codes are used without the quotations around them, so only use what's inside the quote.
This version is simplied for simplicity. You can customize your speadsheet to meet your needs by adding a Name column and separate each bird by name instead of by breeds. Hope this will prove to be useful for someone out there. Best of luck!