P
Paul
I have a table set up that looks like this:
Plot# |Name1| |Estimate1| |Name2| |Est.2| |Name3| |Est.3| |Name4| |Est.4|
401 |PC | | 5 | | JD | | 7 | |TQ | | 5 |
| BS | | 7 |
402 ....
403....
430...
Sometimes there were 4 estimates, or sometimes there were 2, or 3. I need to
average the estimate values per plot, but when I run an average on the
columns all that i get is the sum.
Plot# |Name1| |Estimate1| |Name2| |Est.2| |Name3| |Est.3| |Name4| |Est.4|
401 |PC | | 5 | | JD | | 7 | |TQ | | 5 |
| BS | | 7 |
402 ....
403....
430...
Sometimes there were 4 estimates, or sometimes there were 2, or 3. I need to
average the estimate values per plot, but when I run an average on the
columns all that i get is the sum.