SUMIFS in last 60 days.
I have a formula that returns the sum of a part number from a different worksheet. It works as it should but I would like to limit what it returns to the last 60 days.
Here is the working formula for summing the part numbers in the other sheet.
=SUMIF({Material Transfer Log Range 2}, @cell = [MIS P/N]@row, {Material Transfer Log Range 1})
Just looking for the right direction in getting it to sum only those parts in the last 60 days.
Thank you in advance for your help.
Answers
-
Hi @Chris Benskin
Hope you are fine, if you have a [submitted on] date column then your formula to get the input in the last 60 date will be:
=SUMIFS({Material Transfer Log Range 2}, @cell = [MIS P/N]@row, {Material Transfer Log Range 1},{submitted on Range 1},@cell >=today(-60))
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Bassam
I get an INVALID OPERTATION. Here is the formula I entered based on your input.
Here is {Material Transfer Log Range 3} that I'm getting the dates from. Would the blank cells be causing an issue?
-
if you like me to fix the formula directly on your sheet please share me as an admin on a sample copy of your sheets ( Source & Destination ) and i will Create the exact formula for you then you can copy it to your original sheet.
My Email for sharing : Bassam.k@mobilproject.it
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
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!