Aug 19, 2024
IF(MONTH(cell) = 1, value, SUM(previous cell, this cell))
IF(MONTH(cell) = 4, value, SUM(previous cell, this cell))
IF(MONTH(ADDRESS) = 1, registrations, SUM(OFFSET))
OFFSET(registrations, -1, 1)
Full transcript