Hi All,
I have a worksheet that contains the array formula:
=AVERAGE(IF((A:A>=J2)*(A:A<=J3),D:D))
This calculates the average number of days in column d between 2 dates (j3 & j2).
My question is there are a few negative numbers in column d that I want to ignore in the formula without physically deleting them from the worksheet.
Is there anyway to add this in to the above formula? i.e. include ">0" somewhere?
Thanks
I have a worksheet that contains the array formula:
=AVERAGE(IF((A:A>=J2)*(A:A<=J3),D:D))
This calculates the average number of days in column d between 2 dates (j3 & j2).
My question is there are a few negative numbers in column d that I want to ignore in the formula without physically deleting them from the worksheet.
Is there anyway to add this in to the above formula? i.e. include ">0" somewhere?
Thanks