How do I get my datasheet to show the months requests were opened and closed

Options

when my request tracker sheet's input is in calendar format? Current set up is as below, and I'd only like to use data from column A & B to ensure better accuracy in the data sheet:

Request tracker sheet.jpg Month started competed datasheet.jpg

Best Answer

  • KPH
    KPH Community Champion
    Answer βœ“

    I would do the opposite - change the format of the date column in the second sheet from text to date and populate this with the first of the month that you are interested in:

    Month

    Jan 2025
    Feb 2025
    Mar 2025

    To

    Month started

    1/1/25
    2/1/25
    3/1/25

    You can then perform COUNTIFS and similar functions using the Month started column.

    For example, the formula below would count all the rows were the date in the first sheet was on or after the date in the month started column on row 1 and before the date in the month started column in row 2.

    =COUNTIFS({Date column in other sheet}, >=[Month Starting]1 , [Date Completed]:[Date Completed], <[Month Starting]2)

    You can make the formula more robust/complex by calculating the end of the month and using @row, rather than specifying the row number.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!