Hi,
There is no option to calculate that automatically, but you can had such display done manually.
For that, create a custom field of the table "product" via the menu Display>Custom fields and in each product, enter the range prices in that custom product field at the bottom of the product edition page.
Then, edit the file "listing_img_title" via the menu Display>Views and remove the price display area and instead, add that code:
<?php echo $this->row->range; ?>
where "range" is the column name of your custom product field.