Hey look I actually figured out my own problem:
In the formula fields you are concatenating, you wrap the formula with the round formula like this:
IF({Avg Rent Per 1br}="",0,ROUND(({Avg Rent Per 1br}/{Avg SF Per 1br}),2))
or Round([FORMULA],2) the two is 2 decimals.