Hi All
I am wanting to count the number of cases we opened and closed the same day.
My countif works for the closed part of the sheet, but struggling with the addition of days into the equation.
Columns E and F on Daily Import sheet are the date but formatted from the data pull but dd/mm/yyyy hh:mm. I had thought to use LEFT(E:E,10) as this will pull only date format.
The formula I have currently is this:
=COUNTIFS('Daily Import'!I:I,"closed", LEFT('Daily Import'!F:F,10), "=" & LEFT('Daily Import'!E:E,10))
but I am getting the Excel problem with formula beep.
I have tried
=COUNTIFS('Daily Import'!I:I,"closed", ('Daily Import'!F:F), LEFT('Daily Import'!E:E,10)= LEFT('Daily Import'!F:F,10))
This at least returns a value of 0, when it should be 25.
So how can I amend my formula to count the cases that are closed on the same day they are opened????
Thanks.
I am wanting to count the number of cases we opened and closed the same day.
My countif works for the closed part of the sheet, but struggling with the addition of days into the equation.
Columns E and F on Daily Import sheet are the date but formatted from the data pull but dd/mm/yyyy hh:mm. I had thought to use LEFT(E:E,10) as this will pull only date format.
The formula I have currently is this:
=COUNTIFS('Daily Import'!I:I,"closed", LEFT('Daily Import'!F:F,10), "=" & LEFT('Daily Import'!E:E,10))
but I am getting the Excel problem with formula beep.
I have tried
=COUNTIFS('Daily Import'!I:I,"closed", ('Daily Import'!F:F), LEFT('Daily Import'!E:E,10)= LEFT('Daily Import'!F:F,10))
This at least returns a value of 0, when it should be 25.
So how can I amend my formula to count the cases that are closed on the same day they are opened????
Thanks.