Sum if status is approved and end date is in the future
I am trying to get the sum of approved projected expenses only. I can't figure it out I have been trying SUMIFS and SUM(AND formulas but can never get it to return a result. I can get one or the other to work, but it's important that only approved future expenses are summed. Below is a screenshot of the columns I'm working with.
I want to look at the approval status column for approved items only, and the end date column for future items only and then sum the projected expense column.
Best Answer
-
Hi @mccoy_FSI,
Give this a try.
=SUMIFS([Projected Expense]:[Projected Expense], [End Date]:[End Date], >TODAY(), [Approval Status]:[Approval Status], "Approved")
Hope that helps,
Dave
Answers
-
Hi @mccoy_FSI,
Give this a try.
=SUMIFS([Projected Expense]:[Projected Expense], [End Date]:[End Date], >TODAY(), [Approval Status]:[Approval Status], "Approved")
Hope that helps,
Dave
-
Yes, that is it. Looks pretty straightforward not sure what I was doing wrong. Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!