Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 788
Default Text Formula Question

What I would like to do is the following:

Say I have 2 spreadsheets in a workbook, say A and B. In spreadsheet A, I
have a database or list. For example, in column a I have a ticker symbol
(MOT), column b the company name (Motorola) and in column c I have a ID #
(0000111).

Now I switch over to spreadsheet B to do some work...what I want to create
is a formula for if I type in the ticker symbol "MOT" in say column a, column
b and c will automatically fill in the company name and ID # from the
spreadsheet A.

My entries arent in the same order as they are listed in the database...is
there a way to do this? I cant seem to figure it out, hope my wording isnt
too confusing, thanks!
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Text Formula Question

Now if I could only spell vlllllookkkup

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Chris" wrote in message
...
Don,

Your a life saver, thank you very much!!!!

Chris

"Don Guillett" wrote:


=vlookuo(a2,sheet1!$a$2:$x$200,2,0)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Chris" wrote in message
...
Don, thanks for the reply...i looked up VLOOKUP and found the formula,
but
i
still cant seem to make it work...the formual inputs are a bit
confusing...any suggestions, sorry?

"Don Guillett" wrote:

Look in the help index for VLOOKUP making sure to use the last
parameter
since not in order.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Chris" wrote in message
...
What I would like to do is the following:

Say I have 2 spreadsheets in a workbook, say A and B. In
spreadsheet
A, I
have a database or list. For example, in column a I have a ticker
symbol
(MOT), column b the company name (Motorola) and in column c I have a
ID
#
(0000111).

Now I switch over to spreadsheet B to do some work...what I want to
create
is a formula for if I type in the ticker symbol "MOT" in say column
a,
column
b and c will automatically fill in the company name and ID # from
the
spreadsheet A.

My entries arent in the same order as they are listed in the
database...is
there a way to do this? I cant seem to figure it out, hope my
wording
isnt
too confusing, thanks!





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Text Formula Question

Use this formula in the column for description cell on "SHEET B" the only
option that may need to be changed in these formulas is the sheet name, I
have used SHEET1
=IF(ISNA(VLOOKUP(TEXT(A1,"000000"),SHEET1!$A$2:$S$ 5000,2,FALSE)),"",VLOOKUP(TEXT(A1,"000000"),SHEET1 !$A$2:$S$5000,2,FALSE))

Use this formula in the column for ID# on "SHEET B"
=IF(ISNA(VLOOKUP(TEXT(A1,"000000"),SHEET1!$A$2:$S$ 5000,3,FALSE)),"",VLOOKUP(TEXT(A1,"000000"),SHEET1 !$A$2:$S$5000,3,FALSE))
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
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
Advanced formula/inserting text question Chas Excel Worksheet Functions 5 March 15th 06 06:13 AM
Text to Columns Question Dennis Excel Worksheet Functions 8 December 30th 05 12:52 PM
Text box question Greg B... Excel Discussion (Misc queries) 0 March 1st 05 07:28 AM
Text box question Greg B... Excel Discussion (Misc queries) 3 February 27th 05 02:47 PM


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