Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
I'm trying to create a fomula that will sum the TOTALS column for all the Children() of a parent row that the DATE <=Today(). Any thoughts?
Kurt,
You are looking for the SUMIF formula
This goes in the parent row's TOTALS column
=SUMIF(CHILDREN(DATE23), <=TODAY(), CHILDREN())
assuming your date column is named [DATE] and the row is 23
Hope that helps
Craig