Have a formula question. What formula could I utilize to count only dates within the current month and year or that reference another cell that could create a board that looks similar to this (KAE would be item) without having to filter down by person and timeframe one by one and where every person on the referenced board is listed as rows of items:
Currently users are entering dates in columns on items to indicate activity. They are automatically assigned to a People column titled {KAE} when they enter a new item. Looking for a way to quickly summarize by person individual column totals for each month, current and archive view. So the person located in the {KAE} column would be an item, then columns {KM360}, {Survey}, {Final MMS} below would be columns that are summing the number of entries made in the designated period. I understand I can use filters, however my staff needs to be able to see everything at a glance versus filtering down to one person at a time.
So from the above image the formula would recognize by person, the number of dates in each column. KM360 = 16, Survey = 12, Final MMS = 9 and the person in the {KAE} column would be an item. Making sense?
In Smartsheet I did it this way:
=COUNTIFS({KAE Call Report - Brandon Swaner (9GG) Range 1}, IFERROR(MONTH(@cell), 0) = Survey1, {KAE Call Report - Brandon Swaner (9GG) Range 1}, IFERROR(YEAR(@cell), 0) = Survey2)
“KAE Call Report - Brandon Swaner (9GG)” = Referenced sheet
“Range 1” = Column on referenced sheet I wanted to “count”
“Survey 1” - Cell with current month numeral
“Survey 2” - Cell with current year