N
nobody
Ok, what am I doing wrong. I am trying to use an array function to find out
what the average % D is of C for a name in cell e1 between 7/7 and 7/9
A B C D E
date name totala totalb JOE
7/7 JOE 100 20 7/7 (START DATE)
7/7 SAM 100 15 7/9 (END DATE)
7/7 BARB 100 35
7/8 JOE 90 9
7/8 SAM 100 17
7/9 JOE 100 23
{=MAX(IF((E1=B2:B7)*(E2>=A2:A7)*(E3<=A2:A7),(SUM(D27)/SUM(C2:C7)))))}
I am not getting any errors, just no data.
Any ideas?
Thanks
what the average % D is of C for a name in cell e1 between 7/7 and 7/9
A B C D E
date name totala totalb JOE
7/7 JOE 100 20 7/7 (START DATE)
7/7 SAM 100 15 7/9 (END DATE)
7/7 BARB 100 35
7/8 JOE 90 9
7/8 SAM 100 17
7/9 JOE 100 23
{=MAX(IF((E1=B2:B7)*(E2>=A2:A7)*(E3<=A2:A7),(SUM(D27)/SUM(C2:C7)))))}
I am not getting any errors, just no data.
Any ideas?
Thanks