Add() vs. + vs. Sum(): What’s the difference?
Ever been confused when trying to add numeric values and ended up with a missing value as the result? Maybe you discovered the Sum() function to get around the problem but never really understood why it worked. In this blog post, I explain the Add() function, plus (+) operator, and the Sum() function to help you get the results you need from your script or column formula.