yea i did that, but kept getting a different answer.
i figured out it out though, i was multiplying the months by (1+ the rate) instead of by the rate then adding 1.
So I was doing (1.0619)*(210/360) instead of [.0619*(210/360)+1]. In case anyone ends up making a similar error.