Hello,
I’m new to formula columns and could use some help.
I have a formula column that sums up several text columns containing numbers. It works perfectly for whole integers, but the formula breaks whenever a column contains a decimal value.
Here’s my current working code:
Sum(
Value('1 Fee'),
Value('2 Fee'),
Value('3 Fee'),
Value('4 Fee')
)
Any help would be appreciated! Thanks!