#1   Report Post  
Posted to microsoft.public.excel.misc
Adam Kroger
 
Posts: n/a
Default Table question

In excel how do you set up a table where you can recall data from it?

A further explanation:
This example is not exactly what I am trying to do, but the concept is
accurate. If you envision a classic multiplication table, I want to be able
to put 3 in one cell and 8 in another, then have excel reference the table,
and return 24 in a third cell.

Thanks in advance


  #2   Report Post  
Posted to microsoft.public.excel.misc
Adam Kroger
 
Posts: n/a
Default Table question

Oops Should have mentioned I am working in Excell 97


"Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message
. ..
In excel how do you set up a table where you can recall data from it?

A further explanation:
This example is not exactly what I am trying to do, but the concept is
accurate. If you envision a classic multiplication table, I want to be
able to put 3 in one cell and 8 in another, then have excel reference the
table, and return 24 in a third cell.

Thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Table question

It sounds like you may want to use =vlookup() or =index(match()).

Debra Dalgleish's has some notes you may like:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))

"Adam Kroger

In excel how do you set up a table where you can recall data from it?

A further explanation:
This example is not exactly what I am trying to do, but the concept is
accurate. If you envision a classic multiplication table, I want to be able
to put 3 in one cell and 8 in another, then have excel reference the table,
and return 24 in a third cell.

Thanks in advance


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Table question

Hi!

Take a look at this screencap:

http://img275.imageshack.us/img275/6689/lookups6qk.jpg

Biff

"Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message
. ..
In excel how do you set up a table where you can recall data from it?

A further explanation:
This example is not exactly what I am trying to do, but the concept is
accurate. If you envision a classic multiplication table, I want to be
able to put 3 in one cell and 8 in another, then have excel reference the
table, and return 24 in a third cell.

Thanks in advance



  #5   Report Post  
Posted to microsoft.public.excel.misc
Adam Kroger
 
Posts: n/a
Default Table question

Thank you, that is exactly what I am looking to do. In the fomula, if I
<name the the cell ranges that border the table (B1:I8 & A2:A8 in your
example) "TOP" and "SIDE", will the formula =VLOOKUP(B12,SIDE,
MATCH(B13,TOP,0)) return the same result?


"Biff" wrote in message
...
Hi!

Take a look at this screencap:

http://img275.imageshack.us/img275/6689/lookups6qk.jpg

Biff

"Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message
. ..
In excel how do you set up a table where you can recall data from it?

A further explanation:
This example is not exactly what I am trying to do, but the concept is
accurate. If you envision a classic multiplication table, I want to be
able to put 3 in one cell and 8 in another, then have excel reference the
table, and return 24 in a third cell.

Thanks in advance







  #6   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Table question

Hi!

Yes and no!

You can't name just the "Side" column if you're using a multiple column
table.

You could name the entire table from A2:I9 and give it the name "Table".

You can name "Top" and use that.

Then the formula would be:

=VLOOKUP(B13,Table,MATCH(B14,Top,0),0)

If you were to use the Index/Match version, then, yes, you could use "Side"
and "Top":

=INDEX(Table,MATCH(B13,Side,0),MATCH(B14,Top,0))

Biff

"Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message
. ..
Thank you, that is exactly what I am looking to do. In the fomula, if I
<name the the cell ranges that border the table (B1:I8 & A2:A8 in your
example) "TOP" and "SIDE", will the formula =VLOOKUP(B12,SIDE,
MATCH(B13,TOP,0)) return the same result?


"Biff" wrote in message
...
Hi!

Take a look at this screencap:

http://img275.imageshack.us/img275/6689/lookups6qk.jpg

Biff

"Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message
. ..
In excel how do you set up a table where you can recall data from it?

A further explanation:
This example is not exactly what I am trying to do, but the concept
is accurate. If you envision a classic multiplication table, I want to
be able to put 3 in one cell and 8 in another, then have excel reference
the table, and return 24 in a third cell.

Thanks 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
Pivot Table Question - a puzzler bill_morgan Excel Discussion (Misc queries) 1 October 27th 05 03:23 AM
Pivot Table Question chance2motor Excel Discussion (Misc queries) 1 July 6th 05 09:10 PM
Pivot Table Problems Rachel Gonsior Excel Discussion (Misc queries) 3 March 21st 05 07:24 PM
Jon Peltier - Pivot Table Result for yesterday's "Complex Chart" Question Barb Reinhardt Charts and Charting in Excel 3 December 8th 04 01:48 AM
Data Table Question SmokyMtnzz Charts and Charting in Excel 3 December 6th 04 05:48 PM


All times are GMT +1. The time now is 03:11 PM.

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

About Us

"It's about Microsoft Excel"