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
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!