Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4
Default How do I set a formula to get text from sheet 2 to sheet 1?

I have text definitions on sheet 2, I have the text words on sheet 1, How can
I create a formula to insert the definitions to the corresponding text with
the words on sheet 1? I am new to excel so please help me step by step. thank
you
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 24
Default How do I set a formula to get text from sheet 2 to sheet 1?



"JJacobs" wrote:

I have text definitions on sheet 2, I have the text words on sheet 1, How can
I create a formula to insert the definitions to the corresponding text with
the words on sheet 1? I am new to excel so please help me step by step. thank
you


You can write a formula so that one cell on a particular sheet will display
what is displayed in the other cell on the other sheet. In order to do this,
you select the cell on the sheet where you want the information to appear and
type and equal sign (=). Then you click over to the other work sheet and
select the cell you want to reference. Press Enter. The formula should look
like ='Sheet1'!A1 or something similar, depending on what specific sheet name
or cell location. I hope this helps.
  #3   Report Post  
Posted to microsoft.public.excel.newusers
tom tom is offline
external usenet poster
 
Posts: 570
Default How do I set a formula to get text from sheet 2 to sheet 1?

If I am reading this correctly, you need to reference and return matching
definitions from text words.
Re-Create the text words list in say A1:A5 in sheet 2, then right beside the
text words and in B1:B5, enter in the definitions that you want returned to
sheet 1. Now you have the text words in column A and the definitions right
beside them in column B.
Go back to sheet 1 and in the first cell beside your text words (ex...words
in A1...type this formula into B1)
=VLOOKUP(A1,Sheet2!A1:B5,2,0)
Now select cell B1 and drag the cursor down. This will copy the formula down
as far as you need to go, while keeping the corresponding reference cell.

regards,
Tom

"JJacobs" wrote:

I have text definitions on sheet 2, I have the text words on sheet 1, How can
I create a formula to insert the definitions to the corresponding text with
the words on sheet 1? I am new to excel so please help me step by step. thank
you

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
create a formula in one sheet that would read data from separate sheet automatically QD Excel Discussion (Misc queries) 0 December 8th 06 04:17 AM
Sheet-to-sheet auto-entries of text Ken Johnson Excel Worksheet Functions 0 May 3rd 06 08:38 PM
Excel how do I link text values in one sheet to another sheet? chrisjtm Excel Discussion (Misc queries) 3 March 9th 06 06:09 AM
Lookup cell contents in on sheet based on a formula in second sheet Michael Wright via OfficeKB.com Excel Worksheet Functions 1 April 30th 05 04:11 PM
Copy text from same cell on every sheet to title sheet? Jon Excel Discussion (Misc queries) 2 February 9th 05 03:11 PM


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