Hi
You need to use the NPER function. If the interest rate is 13.9% pa the monthly amount is either 1.15833% (13.9/12) or 1.09049% (1.139^(1/12)-1) if the rate is compounded monthly. The formula is therefore either:
=NPER(1.15833%,-100,8000,0) or
=NPER(1.09049%,-100,8000,0)
If the payments are due at the beginning rather than the end of each month the formulae are:
=NPER(1.15833%,-100,8000,0,1) or
=NPER(1.09049%,-100,8000,0,1)
Depending on the interest rate compounding the answer is either 227 or 190. I expect your bank will use the 1.15833%.