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
- 66.2K Get Help
- 430 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 75 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 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!