how to calculate the number of projects who have an end date within 14 days?

I want to know how to calculate the number of projects who have an end date within 14 days but are in a specific portfolio status?

Best Answer

  • Joe Goetschel
    Joe Goetschel ✭✭✭✭✭✭
    Answer ✓

    If it was me, I would just do another status (Same one different staus) in the sheet summery, then make a 3rd and just use a Sum to combine the 2. This way you have the best of both worlds and you can then use it on a chart if needed.


    Active projects = =COUNTIFS([Portfolio Status]:[Portfolio Status], "Active", [End Date]:[End Date], <=TODAY(14))


    Active 2 Projects (Change "Active 2" to another status you want to us.

    =COUNTIFS([Portfolio Status]:[Portfolio Status], "Active 2", [End Date]:[End Date], <=TODAY(14))


    2 status summed together. see the photo above.


    Does this help? I like this because then I can use the totals as a metric on a dashboard and the other 2 in a Chart to see where my total is coming from.

    Joe Goetschel | Associate Director, Smartsheet

    CrossCountry Consulting - Smartsheet Partner

    Email me!

    "The only real limitation of Smartsheet is the level of effort required to achieve your goal."

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!