We have date range column and want to count monthly totals

We have project where we are migrating customers weekly - want to capture the total number of completed migrations by month. I have completed date and a check box when the customer is migrated. How do I do that range for the month?

Tags:

Best Answer

  • Genevieve P.
    Genevieve P. Employee
    Answer ✓

    Hi @Sborror

    You'll want to put the formula in a Text/Number column because the output will be a Month Number. So if your date is 09/29/21, the formula will output "9", does that make sense?

    Also, I see you have the number 2 after your column name. This says that you want to bring back data from row two, but instead we want it to pull back data from this row which is why we use @row

    Try this in a Text Column:

    =MONTH([Target Migration Complete Date]@row)

    Cheers,

    Genevieve

    Join us at Smartsheet ENGAGE 2024 🎉
    October 8 - 10, Seattle, WA | Register now

Answers