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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!