I have one column filled with dates in ISO format (with header row), such as:
DATES
2015-05-13 12:46:41
2015-03-19 11:50:13
I would like to count the number of rows which match the current month & year. In the example above, the result would obviously be one (when it's May 2015).
Is this possible to achieve this result using a function in Google Spreadsheet?
Same question without ISO date can be found at:
Calculate number of rows with current month & year in Google Sheets or Excel
Select Date Column > Data > Text to columns > Finish
– barry houdini