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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!