Sign in to join the conversation:
Hi There,
I am currently building a Dashboard and I want to show the number of Tickets that have been opened for a certain period, e.g. the number of tickets opened with a week.
Is there a formula that I can use to achieve this.
Yes. You would use a straightforward COUNTIFS for this...
=COUNTIFS([Date Column]:[Date Column], DATEONLY(@cell) >= TODAY(-7))
This will give you within the past 7 days. If you needed a different date range, you would just have to modify the criteria to reflect that.
Hi Paul, Thank you it worked.
Happy to help!
I'm having an issue with this sheet: Smartsheet - Quote The COST / PC column is where the issue is happening. On line 4, I'm testing out using a different material that doesn't conform exactly to the sheet's setup but I'm trying to build in functionality to make it possible. When the columns being added by COST / PC are…
I need this formula to sum cells in a reference sheet based on dates. The reference sheet has a column with dates, and there could be multiple of the same date. I was able to get this formula to work on the top line in the screenshot, but the next line is adding the 2 week ending sums together. The planned bushels for week…
I am looking for your help once again :) So the below formula works fine for me however I have other sheets that I also need to reference. I'm assuming I would need to add an AND or OR formula to the below however I'm not sure where or what structure the formula should be. And its to reference another 4 sheets, including…