Gnumeric: cell format lost after inputting formula

  1. after input formula e.g. =pmt(0.3/12,36,60000)
  2. cell is empty. cell formatting is empty / lost
  3. manually change the cell format to general
  4. correct result shown

Reproducible: Always

Steps to Reproduce:

  1. after input formula e.g. =pmt(0.3/12,36,60000)

Actual Results:
cell is empty. cell formatting is empty / lost

Expected Results:
correct result shown

Additional Information:
have to manually change the cell format to general

Did you get the syntax correct for the formula? =PMT(rate,nper,pv,fv,type)


reference

yes correct. fv and type is optional. =pmt(0.3/12,24,60000,0,0) would suffer same symptom. empty after input. change cell to type general give correct result -3354.76. =pmt(0.3/12,24,60000) would give same 3354.76