Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Info from worksheet to worksheet pulling from list

What I am trying to accomplish is on worksheet 1 - if I type a specific
number in a specifed column, then it can pull the info from worksheet 2 as to
the description of that number and place it in to the adjacent column on
worksheet 1. I attempted the IF, THEN function with no success. Plese help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Info from worksheet to worksheet pulling from list

Let's say Sheet2 has, starting in A1
1 Apples
2 Pears
3 Oranges
....
100 Quince

In C1 of Sheet1 you type 3
In D1 the formula =INDEX(Sheet2!B1:B100,C1) will return Oranges

But what if the numbers are not consecutive
11 Apples
23 Pears
45 Oranges
....
105 Quince

Then we need =VLOOKUP(C1,Sheet2!A1:B12,2,FALSE)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Alash25" wrote in message
...
What I am trying to accomplish is on worksheet 1 - if I type a specific
number in a specifed column, then it can pull the info from worksheet 2 as
to
the description of that number and place it in to the adjacent column on
worksheet 1. I attempted the IF, THEN function with no success. Plese
help!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Info from worksheet to worksheet pulling from list

Try looking up the LOOKUP and/or VLOOKUP functions in Excel's help file. I
believe they are what you are looking for.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Alash25" wrote:

What I am trying to accomplish is on worksheet 1 - if I type a specific
number in a specifed column, then it can pull the info from worksheet 2 as to
the description of that number and place it in to the adjacent column on
worksheet 1. I attempted the IF, THEN function with no success. Plese help!

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
Pulling info from a list Patrick Excel Worksheet Functions 2 May 2nd 07 09:44 AM
Pulling info from multiple worksheet tabs? Paul Excel Discussion (Misc queries) 1 October 20th 06 05:51 PM
Pulling info off a list from another sheet Jay Adams Excel Worksheet Functions 1 October 8th 06 12:14 PM
show a block of info from a list on another worksheet thunderbirds Excel Worksheet Functions 1 December 20th 05 06:06 PM
How do I list info from one worksheet to another..... P.T. in Phx Excel Discussion (Misc queries) 2 October 28th 05 06:25 PM


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