Dear,
i have used this:
=AVERAGEIFS($N$4:$N$981;$J$4:$J$981;">="&(5&$AG8)+0;$J$4:$J$981;"<="&EOMONTH(5&$AG8;0))
for getting average of specific column while beside contains specific month.
N Contains Number
J Contains Dates
AG8 Contains May
but this formula seems doesn't consider that dates which is its day under 12, for example:
10/May/2018 10
20/May/2018 20
23/May/2018 30
currently it's return 25, while it should be return 20, because it doesn't consider first one because the Day is under 12.
please your help.
Thanks.
i have used this:
=AVERAGEIFS($N$4:$N$981;$J$4:$J$981;">="&(5&$AG8)+0;$J$4:$J$981;"<="&EOMONTH(5&$AG8;0))
for getting average of specific column while beside contains specific month.
N Contains Number
J Contains Dates
AG8 Contains May
but this formula seems doesn't consider that dates which is its day under 12, for example:
10/May/2018 10
20/May/2018 20
23/May/2018 30
currently it's return 25, while it should be return 20, because it doesn't consider first one because the Day is under 12.
please your help.
Thanks.