Well, I made new one in both formats. This is just a very simple calculator. If you would like to use American format sheet and it seems like it doesn't work, you probably have to change all: , to ; from column B4
=IF(B3<0,ROUND(1+100/ABS(B3),2),(B3+100)/100)
to
=IF(B3<0;ROUND(1+100/ABS(B3);2);(B3+100)/100)
Lets see does this attachment option work