A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Help with formula: finding text



 
 
Thread Tools Display Modes
  #1  
Old March 16th, 2010, 10:13 PM posted to microsoft.public.excel.worksheet.functions
Jonas Ornborg
external usenet poster
 
Posts: 1
Default Help with formula: finding text

Hi,
I would like to ask for help with a formula for comparing name in a cell
with a list of names in a table. If there is a match it should return a
associated text to the matched name from the table. If no match it should
just leave the cell blank. Thanks in advance

Jonas
  #2  
Old March 16th, 2010, 11:03 PM posted to microsoft.public.excel.worksheet.functions
Eva
external usenet poster
 
Posts: 316
Default Help with formula: finding text

Hi
=VLOOKUP(A1,Sheet2!A:B,2,FALSE)
--
Please click "yes" if this post helped you!

Greatly appreciated

Eva


"Jonas Ornborg" wrote:

Hi,
I would like to ask for help with a formula for comparing name in a cell
with a list of names in a table. If there is a match it should return a
associated text to the matched name from the table. If no match it should
just leave the cell blank. Thanks in advance

Jonas

  #3  
Old March 16th, 2010, 11:13 PM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Help with formula: finding text

VLOOKUP?

See help for instructions on use.

Basic formula to return a match or leave cell blank.

=IF(ISNA(VLOOKUP(cell,table,colindex,FALSE)),"",VL OOKUP(cell,table,colindex,FALSE))


Gord Dibben MS Excel MVP

On Tue, 16 Mar 2010 15:13:02 -0700, Jonas Ornborg Jonas
wrote:

Hi,
I would like to ask for help with a formula for comparing name in a cell
with a list of names in a table. If there is a match it should return a
associated text to the matched name from the table. If no match it should
just leave the cell blank. Thanks in advance

Jonas


  #4  
Old March 16th, 2010, 11:33 PM posted to microsoft.public.excel.worksheet.functions
Jonas Ornborg[_2_]
external usenet poster
 
Posts: 1
Default Help with formula: finding text

Hi, Thanks but I tend to get "Missing" (or "Saknas" in Swedish) in some cell
which should not be (i.e. there should be a match).
Jonas

"Eva" skrev:

Hi
=VLOOKUP(A1,Sheet2!A:B,2,FALSE)
--
Please click "yes" if this post helped you!

Greatly appreciated

Eva


"Jonas Ornborg" wrote:

Hi,
I would like to ask for help with a formula for comparing name in a cell
with a list of names in a table. If there is a match it should return a
associated text to the matched name from the table. If no match it should
just leave the cell blank. Thanks in advance

Jonas

  #5  
Old March 16th, 2010, 11:55 PM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Help with formula: finding text

Extra spaces in the cells?


Gord

On Tue, 16 Mar 2010 16:33:01 -0700, Jonas Ornborg
wrote:

Hi, Thanks but I tend to get "Missing" (or "Saknas" in Swedish) in some cell
which should not be (i.e. there should be a match).
Jonas

"Eva" skrev:

Hi
=VLOOKUP(A1,Sheet2!A:B,2,FALSE)
--
Please click "yes" if this post helped you!

Greatly appreciated

Eva


"Jonas Ornborg" wrote:

Hi,
I would like to ask for help with a formula for comparing name in a cell
with a list of names in a table. If there is a match it should return a
associated text to the matched name from the table. If no match it should
just leave the cell blank. Thanks in advance

Jonas


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:47 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.