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 monthly report I send out that has a long list of recipients. I know I can edit the recurrence of it being sent, but does anyone know of an easy way to just add or take out people that get my email without having to recreate the whole thing?
We would like to allow conference attendees to check themselves in using tablets at the conference center. I know there is a "find in sheet" magnifying glass in table view, but it is not super obvious, especially for non-Smartsheet users. Is there a better way for them to easily find their row among all the attendees so…
Greetings- I have a automation setup when I select the "status" column drop-down to "completed" I want the row info to be emailed to the contact to submitted it with a follow up then I want it to archive the row (aka move to another sheet). When I run the automation only 1 of the 2 requests happen. The archive happens…