View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
kate kate is offline
external usenet poster
 
Posts: 112
Default Trouble with Array multiple return formula

Hi-
I've been trying to get multiple returns on an array formula with no
success. I still get a single return. I've looked through the other posts and
I think the formula below is the answer to my problem. I got it to work once
on a sample and then couldn't get the sample to work again after I retyped
the formula. Now it only returns a single result.

Essentially what I'm doing is comparing avg pricing to customer pricing. If
a customer has a price on a certain product, I want to see it. My set up is
(A) Code, (B) Avg. Co. Price, (C) Codes (these match the previous code column
but are showing wich customers have them), (D) Customer, (E) Customer Price.

Any ideas? Thanks.

=INDEX(D2:D219,SMALL(IF((C2:C219=A156),ROW(C2:C219 )),ROW()))