Hi Guys,
As the title suggests I would like to perform a sum on a group of numbers, which will be in one cell, with text associated with them (the text lines will always remain the same, example data below)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Data[/TD]
[TD]Answer[/TD]
[/TR]
[TR]
[TD]Rob 5
Jack 10
Stan 5
Denise 17[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The above shows how I would like my calculation to work, if the criteria was to state that the sum should only be performed on the numbers which are on the same line as Rob, and Jack. Stan and Denise's figures should be ignored.
Is this possible to do? Ideally I'd like to avoid VBA as this workbook will be used in O365 by multiple people.
Thanks in advance!
As the title suggests I would like to perform a sum on a group of numbers, which will be in one cell, with text associated with them (the text lines will always remain the same, example data below)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Data[/TD]
[TD]Answer[/TD]
[/TR]
[TR]
[TD]Rob 5
Jack 10
Stan 5
Denise 17[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The above shows how I would like my calculation to work, if the criteria was to state that the sum should only be performed on the numbers which are on the same line as Rob, and Jack. Stan and Denise's figures should be ignored.
Is this possible to do? Ideally I'd like to avoid VBA as this workbook will be used in O365 by multiple people.
Thanks in advance!