I have the formula below that I got from help with here yesterday.
Now I am needing to add a date range to it.
If possible I would like for the user to be able to enter the date range in to Cells Y23 (start date) and Z23 (end date).
So in other words. the user will input his range into Y23 and Z23 and then the average will be taken like the formula.
thanks in advance.
Now I am needing to add a date range to it.
If possible I would like for the user to be able to enter the date range in to Cells Y23 (start date) and Z23 (end date).
So in other words. the user will input his range into Y23 and Z23 and then the average will be taken like the formula.
thanks in advance.
Code:
=AVERAGEIFS(C:C,A:A,"GA 04",C:C,"<>0")