I need help to find the best way to convert the table below using the conditions:
If...
- the data of the 1st column (plot number) and
- the data of the 2st column (subplot number) and
- the data of the 3rd column (trees) and
- the name of the tree in the 4th column (tree_species) and
- the data of the 5th column (stems)
are the SAME in different rows the new column dbh_equivalent will be result of the function:
=SQRT(dbc_cm - row1^2+dbc_cm-row2^2+...+dbc_cm- row n^2).
That is, in the table above the result would be:
Thanks