MONTHPERIOD
Filters data for a specific month or a range of months in the specified year.
Syntax
MONTHPERIOD(year, from_month, to_month)Arguments
Return value
Example
MONTHPERIOD(2024,1,4)
//Returns data from January to April of 2024
MONTHPERIOD(2025,5)
//Returns data from May, 2025

Last updated
Was this helpful?