Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi there
I have a list of words. I need a cell that will look up that word and return another word. For example. If A1=horses, B2=alert. I have a number of originating words and a number of instructions that need to be displayed depending on that originating word. Can anyone help?! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use =VLOOKUP()
Say in A1 thru B10 we have: horses alert dog bark cat meew frog croak bee buzz lion roar goat baaa cow moo pig oink and if D9 contains horses then: =VLOOKUP(D9,A1:B10,2,FALSE) will retrun alert. -- Gary''s Student - gsnu200793 "Casi12" wrote: Hi there I have a list of words. I need a cell that will look up that word and return another word. For example. If A1=horses, B2=alert. I have a number of originating words and a number of instructions that need to be displayed depending on that originating word. Can anyone help?! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
Put the list in, say, another sheet ('Sheet2'): A B 1 horses alert 2 cows lethargic etc. Then use B2: =VLOOKUP(A1,Sheet2!A:B,2,FALSE) In article , Casi12 wrote: Hi there I have a list of words. I need a cell that will look up that word and return another word. For example. If A1=horses, B2=alert. I have a number of originating words and a number of instructions that need to be displayed depending on that originating word. Can anyone help?! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use a VLOOKUP formula.
You need a two column table with list of originating words and instruction words and an input cell. =VLOOKUP(A1,$AA$1:$AB$100,2,FALSE) entered in B1 Type "horses" in A1 and B1 will return corresponding text from AB1 Gord Dibben MS Excel MVP On Tue, 24 Jun 2008 06:56:00 -0700, Casi12 wrote: Hi there I have a list of words. I need a cell that will look up that word and return another word. For example. If A1=horses, B2=alert. I have a number of originating words and a number of instructions that need to be displayed depending on that originating word. Can anyone help?! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you so much for your help! This is such a great forum!
Casi "Gary''s Student" wrote: Use =VLOOKUP() Say in A1 thru B10 we have: horses alert dog bark cat meew frog croak bee buzz lion roar goat baaa cow moo pig oink and if D9 contains horses then: =VLOOKUP(D9,A1:B10,2,FALSE) will retrun alert. -- Gary''s Student - gsnu200793 "Casi12" wrote: Hi there I have a list of words. I need a cell that will look up that word and return another word. For example. If A1=horses, B2=alert. I have a number of originating words and a number of instructions that need to be displayed depending on that originating word. Can anyone help?! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you so much for your help! Works perfectly! I love this forum. It's so
incredibly helpful! Casi "Gord Dibben" wrote: You can use a VLOOKUP formula. You need a two column table with list of originating words and instruction words and an input cell. =VLOOKUP(A1,$AA$1:$AB$100,2,FALSE) entered in B1 Type "horses" in A1 and B1 will return corresponding text from AB1 Gord Dibben MS Excel MVP On Tue, 24 Jun 2008 06:56:00 -0700, Casi12 wrote: Hi there I have a list of words. I need a cell that will look up that word and return another word. For example. If A1=horses, B2=alert. I have a number of originating words and a number of instructions that need to be displayed depending on that originating word. Can anyone help?! |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you so much for your help! Works perfectly!
Casi "JE McGimpsey" wrote: One way: Put the list in, say, another sheet ('Sheet2'): A B 1 horses alert 2 cows lethargic etc. Then use B2: =VLOOKUP(A1,Sheet2!A:B,2,FALSE) In article , Casi12 wrote: Hi there I have a list of words. I need a cell that will look up that word and return another word. For example. If A1=horses, B2=alert. I have a number of originating words and a number of instructions that need to be displayed depending on that originating word. Can anyone help?! |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Casi12" wrote in message
... Hi there I have a list of words. I need a cell that will look up that word and return another word. For example. If A1=horses, B2=alert. I have a number of originating words and a number of instructions that need to be displayed depending on that originating word. Can anyone help?! in B1 type =if(a1="word","answer","") this will only look for the occurrence of "word" not a combination of different queries and answers. -- Vass |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way to generate a new Word doc everytime I enter data in an Excel row? | New Users to Excel | |||
formatting a cell to display a word when i enter a reference lette | Excel Discussion (Misc queries) | |||
I want to enter a word in a cell and have it duplicate in another | Excel Worksheet Functions | |||
How do I enter like a Word document in an Excel worksheet | Excel Worksheet Functions | |||
how do I get alt-enter to expand word wrap cell | Excel Discussion (Misc queries) |