Hi,
I have two columns like this way.
[TABLE="class: cms_table_outer_border, width: 500"]
<tbody>[TR]
[TD]a[/TD]
[TD]102[/TD]
[TD]103[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]135[/TD]
[TD]136[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]157[/TD]
[TD]160[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]189[/TD]
[TD]191[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]201[/TD]
[TD]202[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]222[/TD]
[TD]223[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]245[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]290[/TD]
[TD]292[/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 = (160-102) + (250-222) = 86 seconds.
Please suggest me how to do it.
Thanks
I have two columns like this way.
[TABLE="class: cms_table_outer_border, width: 500"]
<tbody>[TR]
[TD]a[/TD]
[TD]102[/TD]
[TD]103[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]135[/TD]
[TD]136[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]157[/TD]
[TD]160[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]189[/TD]
[TD]191[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]201[/TD]
[TD]202[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]222[/TD]
[TD]223[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]245[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]290[/TD]
[TD]292[/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 = (160-102) + (250-222) = 86 seconds.
Please suggest me how to do it.
Thanks