- Thread starter
- #161
Marty,
I took a look and the problem seems to be that the monthly income calculation is based on the months in which you have egg production. Meaning that the calculation counts the months for which you have eggs. I based the whole thing on chickens that are already producing (unfortunately, I can't make your chicks actually lay *grin*).
If you want to start counting before your chicks start laying, enter the number of chicks in the Laying Hens column on the monthly tabs. Then, on the summary tab change the formula in cell G20 to read:
=IF(SUM(G4:G15)>0,SUMIF(G4:G15,">0",G4:G15)/COUNTIF(B4:B15,">0"),"")
and the formula in cell H20 to read:
=IF(SUM(H4:H15)>0,SUMIF(H4:H15,">0",H4:H15)/COUNTIF(B4:B15,">0"),"")
If you choose this, however, you'll have to go into the future months and break the link to the previous month by deleting the formula in the cell B4 to get an accurate number. This just means you'll have to enter the number of chickens you have at the beginning of each month.
At this point, we're not going to change the master, but the fix above should get you where you want to go.
Ann Marie
I took a look and the problem seems to be that the monthly income calculation is based on the months in which you have egg production. Meaning that the calculation counts the months for which you have eggs. I based the whole thing on chickens that are already producing (unfortunately, I can't make your chicks actually lay *grin*).
If you want to start counting before your chicks start laying, enter the number of chicks in the Laying Hens column on the monthly tabs. Then, on the summary tab change the formula in cell G20 to read:
=IF(SUM(G4:G15)>0,SUMIF(G4:G15,">0",G4:G15)/COUNTIF(B4:B15,">0"),"")
and the formula in cell H20 to read:
=IF(SUM(H4:H15)>0,SUMIF(H4:H15,">0",H4:H15)/COUNTIF(B4:B15,">0"),"")
If you choose this, however, you'll have to go into the future months and break the link to the previous month by deleting the formula in the cell B4 to get an accurate number. This just means you'll have to enter the number of chickens you have at the beginning of each month.
At this point, we're not going to change the master, but the fix above should get you where you want to go.
Ann Marie