Hi there,
I have the average if function working correctly with condition but my formula falls apart when I add the other conditions.
This works: =AVERAGEIF({Other Sheet Range 1}, Property@row, {Other Sheet Range 2})
Range 1 is just the property column and range 2 is just the data to average.
This doesn't work: =AVERAGEIF({Market Survey Range 1}, Property@row AND(MONTH({Market Survey Range 3}) = month(Date@row), YEAR({Market Survey Range 3}) = year(Date@row), {Market Survey Range 2})
Basically, if the property name is example, AND if the date falls within the same month and year of the row, give me the average of those rows. I need the average of each month, every month moving forward.
Lookup table
Results table
My results should be five and ten for Nov and Oct but none of the formulas work. Please help!