Sum Children If The Column to The Left is Not Blank
Smartsheet Community:
I am Trying to Sum Children Only if My Invoice Column is Blank. I Have Tried Several Variations of This Formula but to No Avail (UnParseable). Thanks for your Help in Advance.
=SUM(CHILDREN(NOT(ISBLANK(Invoice@row)
Best Answer
-
Hi Kaleb,
Try this: =SUMIF(Invoice:Invoice, <>"", [Column to Sum]:[Column to Sum])
Also, when writing formulas, be sure you that all parentheses are pairs (you can't have the opening one without the closing one and vice versa). In your formula, you have four opening parens but only one closing paren).
Hope this helps!
Answers
-
Hi Kaleb,
Try this: =SUMIF(Invoice:Invoice, <>"", [Column to Sum]:[Column to Sum])
Also, when writing formulas, be sure you that all parentheses are pairs (you can't have the opening one without the closing one and vice versa). In your formula, you have four opening parens but only one closing paren).
Hope this helps!
-
That Worked, Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!