A
Adam
Hi All,
I'm working on a form and need to add a text box which calculates the
average of 6 other fields on the form. I have this in the text box:
=([Skills - Achieved]+[Process & Systems - Achieved]+[Knowledge -
Achieved]+[Adding Value - Achieved]+[Case Management - Achieved]+[Spend
- Achieved])/6
Problem is, is that sometimes one of the fields is populated with N/A
or some other text if the figure isn't available. Is there anyway in
this case that the calculation would calculate the remaining fields?
I can get this to work in Excel with the average function .i.e
=Average(A2:A8). If there was text in the range A2:A8 then it would
ignore it and calculate the average on the remaining numbers.
I hope this is possible !
Many Thanks
Adam
I'm working on a form and need to add a text box which calculates the
average of 6 other fields on the form. I have this in the text box:
=([Skills - Achieved]+[Process & Systems - Achieved]+[Knowledge -
Achieved]+[Adding Value - Achieved]+[Case Management - Achieved]+[Spend
- Achieved])/6
Problem is, is that sometimes one of the fields is populated with N/A
or some other text if the figure isn't available. Is there anyway in
this case that the calculation would calculate the remaining fields?
I can get this to work in Excel with the average function .i.e
=Average(A2:A8). If there was text in the range A2:A8 then it would
ignore it and calculate the average on the remaining numbers.
I hope this is possible !
Many Thanks
Adam