P
PAL
I am trying to get the average of a set of numbers if they occur in a given
month. I get the infamous #N/A. As an array.......
=AVERAGE(IF(TEXT(Work!$Q$3:$Q$4293,"mmyyyy")=TEXT(A6,"mmyyyy")),IF(Work!$R$3:$R$4293<>"",Work!$C$2:$C$4293)))
I would also like to count the number. I would assume I could swap out
average for count.
month. I get the infamous #N/A. As an array.......
=AVERAGE(IF(TEXT(Work!$Q$3:$Q$4293,"mmyyyy")=TEXT(A6,"mmyyyy")),IF(Work!$R$3:$R$4293<>"",Work!$C$2:$C$4293)))
I would also like to count the number. I would assume I could swap out
average for count.