How to count inventory used per day in Gantt chart
Hello,
I have a Gantt chart that has inventory requests by location. I am trying to find a way to use the COUNTIFS function to count how much inventory is out on location on any given day.
What is the best way to do this?
I have been trying to use the Sheet Summary but not having much luck.
Thank you!
Answers
-
Do you have a specific date in mind (such as TODAY) or are you wanting to calculate this some different way?
-
Hi Paul,
Thanks for responding.
I want to be able to plan for the future, so ideally be able to choose any date and see how much inventory (RB - Amount) I have essentially being used that date on site so I can confirm I have enough.
This sheet has current requests and future requests. As below
Thank you!
-
Ok. I would have a Sheet Summary Field called "Date Choice" where you can select the date you want to check.
Then the formula to get the total for that date you would use:
=SUMIFS([RB - Amount]:[RB - Amount], [Date Needed On Site]:[Date Needed On Site], @cell = [Date Choice]#)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!