Hi,
I have a table which looks similar to below. My question is I would like to create a calculated field which sums the question "How many items of POS", but due to the other responses containing text I am having difficulty doing this. Any help would be appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Shop[/TD]
[TD]Question[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]West[/TD]
[TD]Who did you speak to?[/TD]
[TD]Manager[/TD]
[/TR]
[TR]
[TD]West[/TD]
[TD]Was point of sale displayed?[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]West[/TD]
[TD]How many items of POS?[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Who did you speak to?[/TD]
[TD]Assistant Manager[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Was point of sale displayed?[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]How many items of POS?[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]South[/TD]
[TD]Who did you speak to?[/TD]
[TD]Manager[/TD]
[/TR]
[TR]
[TD]South[/TD]
[TD]Was point of sale displayed?[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]South[/TD]
[TD]How many items of POS?[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]North[/TD]
[TD]Who did you speak to?[/TD]
[TD]Manager[/TD]
[/TR]
[TR]
[TD]North[/TD]
[TD]Was point of sale displayed?[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]North[/TD]
[TD]How many items of POS?[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
I have a table which looks similar to below. My question is I would like to create a calculated field which sums the question "How many items of POS", but due to the other responses containing text I am having difficulty doing this. Any help would be appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Shop[/TD]
[TD]Question[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]West[/TD]
[TD]Who did you speak to?[/TD]
[TD]Manager[/TD]
[/TR]
[TR]
[TD]West[/TD]
[TD]Was point of sale displayed?[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]West[/TD]
[TD]How many items of POS?[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Who did you speak to?[/TD]
[TD]Assistant Manager[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]Was point of sale displayed?[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]How many items of POS?[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]South[/TD]
[TD]Who did you speak to?[/TD]
[TD]Manager[/TD]
[/TR]
[TR]
[TD]South[/TD]
[TD]Was point of sale displayed?[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]South[/TD]
[TD]How many items of POS?[/TD]
[TD]-[/TD]
[/TR]
[TR]
[TD]North[/TD]
[TD]Who did you speak to?[/TD]
[TD]Manager[/TD]
[/TR]
[TR]
[TD]North[/TD]
[TD]Was point of sale displayed?[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]North[/TD]
[TD]How many items of POS?[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]