Hi,
I have two columns like this way.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]a[/TD]
[TD]102[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]135[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]157[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]189[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]201[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]222[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]245[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]290[/TD]
[/TR]
</tbody>[/TABLE]
Here the values are in seconds. I want to write a formula, which show the total duration of seconds of a and b.
For example: here total duration of a is = (157-102) + (245-222) = 78 seconds.
Please suggest me how to do it.
Thanks
I have two columns like this way.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]a[/TD]
[TD]102[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]135[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]157[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]189[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]201[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]222[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]245[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]290[/TD]
[/TR]
</tbody>[/TABLE]
Here the values are in seconds. I want to write a formula, which show the total duration of seconds of a and b.
For example: here total duration of a is = (157-102) + (245-222) = 78 seconds.
Please suggest me how to do it.
Thanks