Hello,
I was attempting to rid my sheet of the #DIVIDE BY ZERO ERROR and now I am getting the #INCORRECT ARGUMENT returned. What am I missing?
#DIVIDE BY ZERO ERRO Formula
=(AVG(COLLECT([PO Total]:[PO Total], [Order Date]:[Order Date], >=DATE(2021, 12, 1), [Order Date]:[Order Date], <=DATE(2022, 12, 31))))
#INCORRECT ARGUMENT Formula
=IFERROR(AVG(COLLECT([PO Total]:[PO Total], [Order Date]:[Order Date], >=DATE(2021, 12, 1), [Order Date]:[Order Date], <=DATE(2022, 12, 31), 0)))
Thanks in advance,