The following table contains values for the water content of all tissues, including statistical information on the standard deviation and the spread in the values.
| 'Water Content' | d.C3 | d.D3 | "Sample Size" | d.E3 | d.F3 |
| d['B'+r] | isNaN(parseFloat(d['C'+r])) ? '' : sprintf('%.2E',d['C'+r]) | isNaN(parseFloat(d['D'+r])) ? '' : sprintf('%.2E',d['D'+r]) | isNaN(parseFloat(d['E'+r])) ? '' : sprintf('%i',d['E'+r]) | isNaN(parseFloat(d['F'+r])) ? '' : sprintf('%.2E',d['F'+r]) | isNaN(parseFloat(d['G'+r])) ? '' : sprintf('%.2E',d['G'+r]) |