got a table with missing data like this:
Need to combine it it to one column
I used sum but it didn't work. The only way I can do is using If and is Missing() formual. Any fast way to combine it?
Thanks!
OK. I figured out. I need to use sum() instead of +.