I have a list of about 60 projects with start dates and end dates. Project name is in the primary column then start date and end date are the other two columns. I want to see how many projects are occurring during each month. This is the formula I have so far but I know it isn't right. I want to have a formula that shows all the projects occurring in Jan, then I will copy for the rest of the months.
Thanks for any help you can provide!!!!!
=COUNTIFS([Start Date-soonest]:[Start Date-soonest], <=DATE(2021, 1, 1), [End date]:[End date], >=DATE(2021, 1, 31))