I am just migrating to Smartsheet from Excel. Smartsheet is missing some basic things, but I'm trying it primarily because of the Indent/Children functions, which are something I love.
I've got some data in, and the =SUM(CHILDREN()) function works well, but I don't want a bunch of 0's all over my sheet, so I've been trying to get a SUMIF working with CHILDREN. I've tried countless combinations of formulas but I'm looking for something like this.
=SUMIF(CHILDREN()>0, "SUM(CHILDREN()", "")
Basically, I only want the SUM of the CHILDREN if the sum is greater than 0, otherwise I just want the cell blank.
Is this possible?