A
Annabelle
Goal: Display accurate overall percentage complete.
Detail: I have a master field which should display an
overall percentage complete, collected from six different
sections. I'm using this formula which is accurate - -
=SUM(S5+X5+AC5,AH5,AM5,AR5)/6
Problem: Although most often I will be pulling data from
all six fields, there are occations when it is appropriate
for only three or four of these sub sections. How can I
exclude null fields?
Example: Using the formula above, if five fields are
entered as 100% but the sixth area is null (field is
blank), then my overall percentage is 83%; it needs to be
100%.
Detail: I have a master field which should display an
overall percentage complete, collected from six different
sections. I'm using this formula which is accurate - -
=SUM(S5+X5+AC5,AH5,AM5,AR5)/6
Problem: Although most often I will be pulling data from
all six fields, there are occations when it is appropriate
for only three or four of these sub sections. How can I
exclude null fields?
Example: Using the formula above, if five fields are
entered as 100% but the sixth area is null (field is
blank), then my overall percentage is 83%; it needs to be
100%.