Hi everyone,
I'm hoping to get some assistance with a formula in Smartsheet. I have two columns tracking project cost and schedule changes, and I'd like to calculate the total positive change (ignoring negative values) for each.
The Report functionality doesn't seem to offer this directly. I've tried formulas like to get the values in ROW 1:
SUM(ABS(CHILDREN()))
and
SUM(ABS([Cost Increase/Decrease (M$)]2:[Cost Increase/Decrease (M$)]50))
,
but I'm encountering #INVALID DATA TYPE errors.
Ultimately, I'm aiming to use these values to create a waterfall chart. Any guidance on achieving this sum calculation would be greatly appreciated!
Thanks