#1   Report Post  
Posted to microsoft.public.excel.misc
shannoncox
 
Posts: n/a
Default Lookup table


Hi

I have one spreadsheet saved as a file that is intended to be a look up
table. 'Column A' is an index column with cells having the numbers 1 to
250 in ascending order. 'Column B' is a column that contains strings 1
to 250.

I'd like to create ANOTHER spreadsheet so that when I entered a number,
1 to 250, in a cell, it would call up the string adjacent to that number
in the lookup table spreadsheet.

Hope this makes sense... Any ideas on how to achieve this?

Shannon


--
shannoncox
------------------------------------------------------------------------
shannoncox's Profile: http://www.excelforum.com/member.php...o&userid=34075
View this thread: http://www.excelforum.com/showthread...hreadid=538387

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bondi
 
Posts: n/a
Default Lookup table

Hi Shannon,

You can use VLOOKUP()... Something like

=VLOOKUP(CellRefferenceToYourNumber,A1:B250,2)

Regards,
Bondi

  #3   Report Post  
Posted to microsoft.public.excel.misc
davesexcel
 
Posts: n/a
Default Lookup table


if sheet 2 is your table
column A is the value to look for
column B is what you want to find

in sheet1
A1 is where you will enter your criteria
B1 you can enter this formula
=IF(ISNA(VLOOKUP(A1,Sheet2!A1:B250,2,FALSE)),"",VL OOKUP(A1,Sheet2!A1:B250,2,FALSE))

you don't have to use these ranges this is just an example of how to do
it


--
davesexcel


------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=538387

  #4   Report Post  
Posted to microsoft.public.excel.misc
JimMay
 
Posts: n/a
Default Lookup table

Put this in your Second Workbook sheet, where your number (1 to 250)is
in say in cell A2 - enter into cell B2:

=Vlookup(A2, FirstSheet!$A$2:$B$250, 2,0)
And copy down as far as you need.

HTH

"shannoncox"
wrote in message
:

Hi

I have one spreadsheet saved as a file that is intended to be a look up
table. 'Column A' is an index column with cells having the numbers 1 to
250 in ascending order. 'Column B' is a column that contains strings 1
to 250.

I'd like to create ANOTHER spreadsheet so that when I entered a number,
1 to 250, in a cell, it would call up the string adjacent to that number
in the lookup table spreadsheet.

Hope this makes sense... Any ideas on how to achieve this?

Shannon


--
shannoncox
------------------------------------------------------------------------
shannoncox's Profile: http://www.excelforum.com/member.php...o&userid=34075
View this thread: http://www.excelforum.com/showthread...hreadid=538387


  #5   Report Post  
Posted to microsoft.public.excel.misc
shannoncox
 
Posts: n/a
Default Lookup table


Thanks guys. I'll try it out! ;)


--
shannoncox
------------------------------------------------------------------------
shannoncox's Profile: http://www.excelforum.com/member.php...o&userid=34075
View this thread: http://www.excelforum.com/showthread...hreadid=538387



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
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
What formula can I set up to do a cross lookup in an Excel table? grigorovag Excel Worksheet Functions 1 November 28th 05 01:42 PM
pivot table sort entries that don't yet appear in table rachael Excel Discussion (Misc queries) 11 September 19th 05 11:29 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
In Excel 2003 how do you get a table to update based on lookup cr. cliveshelton Excel Worksheet Functions 0 April 20th 05 04:24 PM


All times are GMT +1. The time now is 10:30 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"