Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
SUMIF Returning $0
I have a "Status" column with dropdown options of "Pending" and "Accepted". I have a second column (CAR Amount) with a dollar amount in each cell.
I want to sum the amount of all rows marked "Pending" and then do the same thing with all rows marked "Accepted".
I have tried: =SUMIF([Status]1:[Status]64, "Pending", [CAR Amount]1:[CAR Amount]64)
as well as
=SUMIF([Status:]1:[Status:]64, FIND("Pending", @cell) > 0, [CAR Amount]1:[CAR Amount]64)
with no luck. I keep getting $0 returned. Any help? Thanks.
Comments
-
I think the problem is with your 'FIND' command. . it should read like. ..
SUMIFS(sum_range, criteria_range1, criteria_value1, criteria_range2, criteria_value2...)
(if you do a search for Smartsheet Formula Examples there is a file that contains examples of most of the formulas you can do in SmartSheet).
Hope this helps!
-
This was answered in a different thread.
The column being summed was a Date column. Changing to Text/ Number fixed it.
Craig
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives