C
caroline vincent
Hi,
I have the following problem, any help appreciated.
Column A: hospital name
Column B: private or public
Column C: number of patient in that hospital
I am using the function Large(A1:A1000,1); Large(A1:A1000,2);
Large(A1:A1000,3); etc in column D to rank the hospital according to
the number of patients.
Now I would like to do the same based on the choice Private or Public:
if we choose Private in E1
If (B1:B1000=E1,Large(A1:A1000,1), etc I also tried with a sumproduct
but did not work either
Any idea would be welcome. Cheers
Caroline
I have the following problem, any help appreciated.
Column A: hospital name
Column B: private or public
Column C: number of patient in that hospital
I am using the function Large(A1:A1000,1); Large(A1:A1000,2);
Large(A1:A1000,3); etc in column D to rank the hospital according to
the number of patients.
Now I would like to do the same based on the choice Private or Public:
if we choose Private in E1
If (B1:B1000=E1,Large(A1:A1000,1), etc I also tried with a sumproduct
but did not work either
Any idea would be welcome. Cheers
Caroline