Hello,
I have 5 variables named Amount1, Amount2, Amount3, etc...
I just want to add all of them up. I have tried every combination I can think of, but nothing works. I thought it would be:
add(Amount1, add(Amount2, add(Amount3, add(Amount4, Amount5))))
But I am getting "expression invalid". This seems like it would be simple, but it doesn't appear to be.