Forum Discussion
galgocarp
Jan 02, 2023Copper Contributor
How to count cells based on date and if not empty
If anyone could help me I have an excel spreadsheet where the top row are dates and the first column has different tasks. Below each date there is data to mark if something was done or not on each da...
- Jan 02, 2023
=COUNTIFS(C2:L2,"<>",$C$1:$L$1,"<"&TODAY())
Detlef_Lewin
Jan 02, 2023Silver Contributor
=COUNTIFS(C2:L2,"<>",$C$1:$L$1,"<"&TODAY())
galgocarp
Jan 02, 2023Copper Contributor
Thanks a lot, been trying to solve this for a while now. THANKS!