Forum Discussion

Matthew830's avatar
Matthew830
Copper Contributor
Jun 10, 2021
Solved

Count Open Jobs on any particular date

Hello,   I have a large spreadsheet of logged jobs.  Each has an open date and a closed date.  What I'd like to do is show how many jobs were open on any given date - and then ideally create a grap...
  • HansVogelaar's avatar
    HansVogelaar
    Jun 11, 2021

    Matthew830 

    You could use

     

    =COUNTIFS($B$2:$B$1000,"<="&E2,$C$2:$C$1000,">="&E2)+COUNTIFS($B$2:$B$1000,"<="&E2,$C$2:$C$1000,"")

Resources