Counting total based on Status & Date
Hi,
I'm trying to calculate the total value of all the won job in this financial year. I have to reference 3 columns for this (Date submitted, Value, Status) not sure how to make the formula.
This is as far as I got. Please help.
=SUMIFS([Tender Due]:[Tender Due], >DATE(2018, 6, 30), <DATE(2018, 6, 30), Status:Status, "Won") + Value:Value
Comments
-
Give something similar to this a try, but you are going to have to edit some portions. I will specify those below the formula.
=SUMIFS(Value:Value, [Tender Due]:[Tender Due], AND(@cell>DATE(2018, 6, 30), @cell<DATE(2018, 6, 30)), Status:Status, "Won")
Your two dates are the same. You are basically looking for any dates that are NOT 6/30/18 if you go by what is written here. Once you correct the dates, this should work for you.
-
It WORKED!!! You are an absolute life saver, thank you!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!