A
Auser
I have the following array formula:
{=SUM((Main!$G$2:$G$401>Lookup!Date1)*(Main!$G$2:$G$401<=Lookup!Date2)*(Main
!$E$2:$E$401="A N Other"))}
that gives me the correct answer (i.e. Number of occasions a user appears in
a given column between two dates).
I now want to add the Median for each user to another column like so:
{=SUM((Main!$G$2:$G$401>Lookup!$E$2)*(Main!$G$2:$G$401<=Lookup!$E$3)*(Main!$
E$2:$E$401="A N Other")*(MEDIAN(Main!$L$2:$L$401)))}
However this gives me the median for all users and not for just the name
specified. Any help/advice on how I can achieve this greatly appreciated.
Thanks
{=SUM((Main!$G$2:$G$401>Lookup!Date1)*(Main!$G$2:$G$401<=Lookup!Date2)*(Main
!$E$2:$E$401="A N Other"))}
that gives me the correct answer (i.e. Number of occasions a user appears in
a given column between two dates).
I now want to add the Median for each user to another column like so:
{=SUM((Main!$G$2:$G$401>Lookup!$E$2)*(Main!$G$2:$G$401<=Lookup!$E$3)*(Main!$
E$2:$E$401="A N Other")*(MEDIAN(Main!$L$2:$L$401)))}
However this gives me the median for all users and not for just the name
specified. Any help/advice on how I can achieve this greatly appreciated.
Thanks