Forum Discussion

luispsimoes's avatar
luispsimoes
Copper Contributor
Nov 15, 2022
Solved

countif in a table with formulas

I am sorry to ask but I have not found a clear answer to this concrete case. I simply have a table... in my case I have dates eg 2022-10-01, 2022-11-01, 2022,-10-02, 2022-09-01, 2022-10-04 ---- and ...
  • dscheikey's avatar
    Nov 15, 2022

    luispsimoes 

    With the following formula you get your desired result:

     

    =SUM(--(MONTH(Table1[Date])=10))

    Please adjust table name and column header.

Resources