SUMIFS
I am trying to sum accounts receivable for individual salesmen. I have gotten to the point where I can add if the check box under [Check Received] is marked but I do not know how to sum if a check box is unmarked. So far my formula is returning 0 when it should be returning a over $100,000. This is my formula so far, =SUMIFS([Revenue Amount]1:[Revenue Amount]321, Broker1:Broker321, "Tyler", [Check Received]1:[Check Received]321, "No")
Comments
-
To sum if a checkbox is unmarked you would look for 0. The checkbox column = 0.
=SUMIFS([Revenue Amount]1:[Revenue Amount]321, Broker1:Broker321, "Tyler", [Check Received]1:[Check Received]321, "No", [checkbox columnname]1:[checkbox column name]321, 0)
Like that. Just replace my words checkbox column name with the name of your actual checkbox column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!