CropYield ( Moisture ; Weight ; RowLength ; RowWidth ; RowCount ; CropAdjustment )
Calculates Crop Yields
			
 
 
 
 
    Average rating: 4.3 (38 votes)  Log in to vote		
| Tim Griffith - Show more from this author | 
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
			CropYield Custom Function
Author:
Tim Griffith
Calculates Crop Yields
CropYield ( Moisture ; Weight ; RowLength ; RowWidth ; RowCount ; CropAdjustment)
Parameters: 
Moisture [integer {% x 100, ex...  .125 = 12.5}], 
Weight [units = pounds], 
RowLength [units = feet], 
RowWidth [units = inches], 
RowCount, [integer]
CropAdjustment [integer]
Data type returned: number [bushels per acre {bu/A}]
Crop Adjustment...
   Corn = 109.815
   Soy Beans = 100.138
		
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.