Need help adding money from one column with different criteria from another column
I'm trying to add a sub-total column ($) that is greater than $0.00 for items that are approved in another column, but keep getting either "Incorrect" or Unparseable" errors. Can someone help with this formula?
Thanks,
Wanda Jackson
Best Answers
-
Try this
=SUMIFS([sub total]:[sub total], [sub total]:[sub total], >0, [Approval]:[Approval], "Approved")
Please be sure to change column names to match yours
cheers
-
Thank you. I did not have that 2nd [sub total]:[sub total] in my equation.
Wanda J.
Answers
-
Try this
=SUMIFS([sub total]:[sub total], [sub total]:[sub total], >0, [Approval]:[Approval], "Approved")
Please be sure to change column names to match yours
cheers
-
Thank you. I did not have that 2nd [sub total]:[sub total] in my equation.
Wanda J.
-
SUMIFs have the syntax of Range, criteria range1, criteria1, criteria range2, criteria 2, etc so it’s an easy piece to miss when the sum range and criteria range is the same. Glad it worked
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!