Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default Double Entry table

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.



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.





  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Double Entry table

Use index:

=INDEX(G2:H3,MATCH(A1,$F$2:$F$3,0),MATCH(A2,$G$1:$ H$1,0))


F G H
1 Boston New York
2 IBM 1000 2000
3 Microsoft 1500 2500


2000 == matching IBM (in A1) with NewYork (in A2)

HTH


"Mnilo" wrote:

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.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default Double Entry table

thanks both for your help, it is working perfectly now.


"Mnilo" escribió en el mensaje
...
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.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Totals of calculated field in pivot table give incorrect results Jake Excel Worksheet Functions 6 January 12th 06 06:15 PM
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM
Pivot Tables, Help? Adam Excel Discussion (Misc queries) 6 March 24th 05 02:35 PM
Pivot Table Problems Rachel Gonsior Excel Discussion (Misc queries) 3 March 21st 05 07:24 PM
Removing errors from a Pivot table Mighty Magpie Excel Discussion (Misc queries) 2 February 3rd 05 03:15 PM


All times are GMT +1. The time now is 03:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"