How to count the number of jobs based on multiple conditions?

Hi! in excel I used the formula Countif. In the appsheet, I used the expression of Count and Select but its not working. Can you help me with my code below, the expression is fine but it's not counting based on the given data in the form.

COUNT(SELECT(Customer Log Sheet[Status], AND([Status] = [_THISROW].[Required Job],[Date & Time (Started)] = [Date (From)],[Date & Time (Ended)]=[Date (To)])))

 

jkevz07_0-1675243084771.png

 

0 1 150
1 REPLY 1

I found the solution already! Thanks!

COUNT(SELECT(Customer Log Sheet[Status], AND([Status] = [_THISROW].[Required Job],[Date & Time (Started)] >= [Date (From)],[Date & Time (Ended)]<=[Date (To)])))

Top Labels in this Space