Forum Discussion

Sanne330's avatar
Sanne330
Copper Contributor
Mar 25, 2022
Solved

COUNTIFS returns either #VALUE or 0

Hello!   I'm trying to count how many dates are in the red per "EVB'er". Red meaning the date is today or before today. Column C to J are formatted as dates. Let's call the table in my first scree...
  • Starrysky1988's avatar
    Mar 25, 2022
    Sumproduct function will work for you.
    You may write the formula as below.
    =Sumproduct((Kalender!$C:$J<=TODAY())*(Kalender!$B:$B=[@Naam]))

Resources