Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

Countifs within date ranges

Options
joe taylor
edited 12/09/19 in Archived 2017 Posts

I have - 

 

a column containing weekdays, that spans a complete school year.

a column containing an assortment of names that re-occur on a random basis.

 

I want to count how many times each name occurs from the start of the date range, but only up and not beyond today.

 

Any help appreciated!

Comments

  • Adam Overton
    Options

    I created a new column, and in it I put in something like this:

    =IF(Date4 > Date$1, IF(Date4 <= Date$2, [Primary Column]4, ""), "")

     

    This says, if the date in the range defined by Date$1 and Date$2 (the first two rows in the sheet) then put whatever is in the primary column in this column too.

     

    Then at the bottom I put a few rows with the names in question, and in the new column I put my countif.

     

    Countif date range.png

  • joe taylor
    Options

    Thanks Adam, that works a treat..!

     

    Joe

This discussion has been closed.