Code:
=COUNTIFS(WorkDate,">" & TODAY(),Shift, "CL")
where Workdate will be "[Workdate]" and Shift will be "[Shift]" in case you define your table as Table,
or Workdate and Shift will be Dynamic Named Ranges you have defined,
or they will be dataranges like "A2:A100", "D2: D100".