Excel no VBA - array problem

  • Thread starter Thread starter lynnas
  • Start date Start date
L

lynnas

Hello,

i've got three columns in my worksheet :

article | shop | quantity

i want to put into an array all the cells of column 'quantity' tha
correpond to a given article.

for article = '12012' in cell A1, i would have in B1 : {1;2;3;54;54}.

i put in B1
{=IF((article=A1)*quantity;quantity;"")}

but:
-it makes a big array almost completely empty
-when i want to use centils, i does not work anymore.

what should i do ?

thanks

Lynna
 
What is it exactly you're trying to do? What end result
are you wanting?

HTH
Jason
Atlanta, GA
 
i found the solution :
indirect (adress of the range of cells) !

thank you Jason,

Lynna
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top