SUMIFS HELP, BLOCKED, CIRCULAR REFERENCE
I am trying to get "Points" totals in the Parent rows for rows that are "active" within April and also have "Enterprise" as the "LOB". I want to do this for multiple parent rows with different LOB names.
Any help is appreciated.
Answers
-
@leapm Smartsheet formulas consider criteria from left to right. Since your formula is in one of the columns you use for criteria, you want to exclude that row from consideration first.
=SUMIFS(Points:Points, LOB:LOB, "Enterprise", April:April, "Active")
This way, before it considers the April column, the row the formula is on is already out of the picture, eliminating the circular reference.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Thank you for getting back to me so quickly. It's still happening unfortunately. Not for the first row, but for the subsequent rows where I'm also trying to sum specific values. Any other tips? Appreciate it!
-
OK, so you'll have to specifically reference only child rows of the row you're on.
=SUMIF(CHILDREN(), "Active", CHILDREN(Points@row))
This will only consider child rows of "Enterprise" with Active in the April column, and will only count points in the Child rows of the Points cell on that row.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Woo hoo! Thank you so much. You have no idea how much time I spent trying to make that work. Much respect.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!