This is what I have working but it's not what I want because it only works for an exact match for date.
=AVG(COLLECT([Column5]1:[Column5]4, [Column7]1:[Column7]4, DATE(2022, 10, 4)))
Column 7 is a DATE column and I want to average the numbers in Column 5 only if the date range is between Oct 1 to Oct 31.
It works for a single date but I don't know why I can't put in a date range. I have tried all kinds of things but nothing works.
Thanks!