I want to use this mathematical formula to calculate the "average" diameter at breast height (DBH) of a tree with multiple stems:
DBHavg = SQRT({DBH1}^2 + {DBH2}^2 + {DBH3}^2 + {DBH4}^2)
This is the formula I used:
I want to use this mathematical formula to calculate the "average" diameter at breast height (DBH) of a tree with multiple stems:
DBHavg = SQRT({DBH1}^2 + {DBH2}^2 + {DBH3}^2 + {DBH4}^2)
This is the formula I used:
Best answer by augmented
Hi Sean. Try wrapping each POWER function with an IF check like....
IF({DBH 1 (cm)}, POWER({DBH 1 (cm)},2),0)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.