Very cool! Thanks much. Just for anyone else looking for something like this. Since I wasn't using a specific number as shown in the example above, but an average of a specific column, here is the statement I had:
SELECT ROUND(AVG(somecolumnname),2) FROM .......