hello, i need a help.
i have a textinput and two dropdown to filter infromation in a gallery of a cascading, but i need count by department, and status.
this is my code for each one, Completed, Late and In process
CountIf(
Filter(
'Task Info',
Status = "In Process",StyleText.Text in Title
),
DepartDrop.Selected.Result <> "All" Or
DepartDrop.Selected.Result = "All"
&&
StatusDrop.Selected.Result = "All"
Or StatusDrop.Selected.Result = "Completed" Or StatusDrop.Selected.Result = "In Process" Or StatusDrop.Selected.Result = "Late"
Michael E. Gernaey
9
Super User 2025 Season 1
bscarlavai33
5
Super User 2025 Season 1
getsplash
2