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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 136 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 485 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!