Thank God for this board
Found a reference to this in ASP forum
tinkered a bit - came out here - seems to work nicely
[indent]Used Custom formatting in visual editor
formatted with following PHP statement to remove trailing .00's:
$value = number_format($value,0);[/indent]