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
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!