i have a table which has values coming out of formulae
e.g.
A - 25.00%
B - 0.00%
D - #N/A
E - No Value
<tbody>
serier
formula
calculated_value
data1
data2
a
=IFERROR(IF(F5="","",F5/G5),NA())
25.00%
<tbody>
1
</tbody>
<tbody>
4
</tbody>
b
=IFERROR(IF(F6="","",F6/G6),NA())...