Countifs using open ended date range

Copper Contributor

I am using the following formula to count the number of involvements an individual has had whist accessing the service.  However, some cases are still open and for those that have no closing date it will not return a value - any suggestions please...

COUNTIFS('F&G'!D:D,B4,'F&G'!L:L,">="&F4,'F&G'!L:L,"<="&G4)

6 Replies
For better understanding please share some sample data, help us to fix the issue.
Having removed data the problem can be seen in Column I.

@DaisyDuke1 

Instead of G4 in formula you may use IF(G4="",TODAY(),G4)

@Sergei Baklan 

Thanks, I have tried this but it doesn't work - unless I am misunderstanding what you are telling me to do??

@DaisyDuke1 

Hi @Sergei Baklan - I have worked out what you were telling me and yes it works!!  Thank you so much I am extremely grateful for your support.

@DaisyDuke1 , you are welcome, glad to help