View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus Ardus Petus is offline
external usenet poster
 
Posts: 718
Default Double Entry table

Say cities are in A2:A100, companies in B1:AA1, # of employees in B2:AA100
Say A102 holds Boston and A103 holds Microsoft

=INDEX(B2:AA100,MATCH(A102,A2:A100,0),MATCH(A103,B 1:AA1,0))

HTH
--
AP

"Mnilo" a écrit dans le message de news:
...
Hi all:

I would like to know how to look for in a double entry table in Excel (a
table with row and colums of data).

For example in columns I have names of cities and in rows I have names of
companies, I would like (for example) a formula to introduce as imput
Boston and Microsoft and the formula will show the crossing of both
variables (for instance the number of employees of Microsoft in Boston).

Thank in advance.