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
- Smartsheet Customer Resources
- 62.1K Get Help
- 349 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 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!