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?
The Issue My project-specific metadata sheets use INDEX/MATCH formulas that reference the Intake sheet using a Project ID. When the automation archives rows from the Intake sheet, these formulas break because they can no longer locate the source data. Example formula: =INDEX({Project Intake Name}, MATCH([Project ID 1]@row,…
Two of my five automation workflows appear to have just randomly stopped performing on April 9, 2026. All others, which would/are performing as normal and would be functioning alongside the other workflows, are functional and appear to be untouched by this 'bug'. Help I've tried all that I can think of.
I need to add 2 horizontal lines to my stack chart to show when we have over allocated for our resources and where our average is. Does anyone know how to make this happen in a Smartsheet dashboard?