If Column A multiple by column B = 0; then sum children
Best Answer
-
Thank you this works for me
=IF([Column A]@row * [Column B]@row = 0, SUM(CHILDREN()),[Column A]@row * [Column B]@row)
Answers
-
Hey @Skelet deSign,
You'd want to use a formula like this:
=IF([Column A]@row * [Column B]@row = 0, SUM(CHILDREN()), "0")
Hope this helps!
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
-
Thank you this works for me
=IF([Column A]@row * [Column B]@row = 0, SUM(CHILDREN()),[Column A]@row * [Column B]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!