Sign in to join the conversation:
How would I go about counting a column of dates and counting each by month and year? Ideally i would like the formula to scan an entire column for all dates in jan of 2018 and return a count of them.
=COUNTIFS([Date Column]:[Date Column], MONTH(@cell) = #, [Date Column]:[Date Column], YEAR(@cell) = #)
Give this a try. Just replace the # with whatever month/year you need. You could also reference a cell and enter your month and year in the cell to avoid having to continuously edit the formula. If you were to put the Month in row one and the Year in row 2 of the Primary column, it would look something like this...
=COUNTIFS([Date Column]:[Date Column], MONTH(@cell) = [Primary Column]1, [Date Column]:[Date Column], YEAR(@cell) = [Primary Column]2)
Hey, Paul. I find that this only works with a specified range of cells, and then only if there are no blanks. Otherwise I get an #INVALID DATA TYPE error. Do you get the same error?
I have a form that will be filled out internally. There's a cell labeled "Department" which contains 8 dropdown list values. There's a another cell called "Executives" which are the leaders of these departments. In the form, I'm attempting to do a logic where when you choose a specific "Department", then the cell…
I shared access to a user to a specific folder under workspace A (folder is 2025-09-Service Factory). However, I can see that he's shown to have access to all the other child folders under 02-ACTIVE Initiatives. Why is that when I only shared out one folder? Is there a way to only share access to users to ONLY specific…
what i can do if all my existing smartsheet gant files can't be open after change my plan to Pro? what could be the reason ?