In a sheet like that:
[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD]3
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[/TR]
</tbody>[/TABLE]
How can I get retrieve the value that is >5 and <=10?
Thanks.
[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD]3
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[/TR]
</tbody>[/TABLE]
How can I get retrieve the value that is >5 and <=10?
Thanks.