The issue here is that you are using the integer type. An integer can only take up to 9 digits (see documentation here), so you can not enter billions. If your values will be that high, you can use either decimal or text (with the number appearance).
1 Like