Hi, can anyone help? I've inherited maintenance of of Klips. Can anyone help me with what the below is actually doing? Thanks
SLICE(
REPEAT(
SLICE(
@G:G;,
DATE_UNITVALUE(TODAY(), "month", "oct") - 2,
DATE_UNITVALUE(TODAY(), "month", "oct") - 1
) / COUNT_DAYS(
DATE_STARTOF(TODAY(), "month"),
DATE_ENDOF(TODAY(), "month")
),
COUNT_DAYS(
DATE_STARTOF(TODAY(), "month"),
DATE_ENDOF(TODAY(), "month")
)
),
0,
COUNT_DAYS(
DATE_STARTOF(TODAY(), "month"),
TODAY()
)
)