I have a column, actually of screen resolutions with thousands of rows that look something like this:
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]943*530[/TD]
[/TR]
[TR]
[TD="class: xl65"]953*572[/TD]
[/TR]
[TR]
[TD="class: xl65"]969*768[/TD]
[/TR]
[TR]
[TD="class: xl65"]986*1236[/TD]
[/TR]
[TR]
[TD="class: xl65"]999*599[/TD]
[/TR]
</tbody>[/TABLE]
I would like to know the screen area hence add "=" in front of each value.
I did this using concatenate but it just displays the forumla (e.g. "=943*530) and does not in fact do any calculation.
How do I get around this to show the calculated values?
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]943*530[/TD]
[/TR]
[TR]
[TD="class: xl65"]953*572[/TD]
[/TR]
[TR]
[TD="class: xl65"]969*768[/TD]
[/TR]
[TR]
[TD="class: xl65"]986*1236[/TD]
[/TR]
[TR]
[TD="class: xl65"]999*599[/TD]
[/TR]
</tbody>[/TABLE]
I would like to know the screen area hence add "=" in front of each value.
I did this using concatenate but it just displays the forumla (e.g. "=943*530) and does not in fact do any calculation.
How do I get around this to show the calculated values?