Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Lookup Text and Receive Other Text in Return

I have two worksheets and I am trying to location Referrals that are in one
worksheet and match a Marketer based upon the other worksheet

Worksheet 1:
REFERRAL MARKETER NAME
Blue Cross Blue (I want the information to fill in here)
Aetna
Happy

Worksheet 2:
REFERRAL MARKETER NAME
Blue Cross Blue Jimmy Hendrix (This is the
information I want to go to the next page above based on the referral)

Aetna Jim Morrison




Worksheet 2:



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eva Eva is offline
external usenet poster
 
Posts: 197
Default Lookup Text and Receive Other Text in Return

Assuming that REFERRAL is in column A sheet1 and both columns (refferral and
MARKETER NAME in columns A, B sheet2) :
VLOOKUP(A1,Sheet1!A:B,2,FALSE)
Copy this formula to MARKETER NAME column

-- .
Click yes if it helped.

Greatly appreciated
Eva


"klmiura" wrote:

I have two worksheets and I am trying to location Referrals that are in one
worksheet and match a Marketer based upon the other worksheet

Worksheet 1:
REFERRAL MARKETER NAME
Blue Cross Blue (I want the information to fill in here)
Aetna
Happy

Worksheet 2:
REFERRAL MARKETER NAME
Blue Cross Blue Jimmy Hendrix (This is the
information I want to go to the next page above based on the referral)

Aetna Jim Morrison




Worksheet 2:



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Lookup Text and Receive Other Text in Return

Yes, Eva that is what I have and I receive #N/A for the result...I even made
sure they were all spelled exactly the same and in the same upper/lower case.
Any other suggestions?

"Eva" wrote:

Assuming that REFERRAL is in column A sheet1 and both columns (refferral and
MARKETER NAME in columns A, B sheet2) :
VLOOKUP(A1,Sheet1!A:B,2,FALSE)
Copy this formula to MARKETER NAME column

-- .
Click yes if it helped.

Greatly appreciated
Eva


"klmiura" wrote:

I have two worksheets and I am trying to location Referrals that are in one
worksheet and match a Marketer based upon the other worksheet

Worksheet 1:
REFERRAL MARKETER NAME
Blue Cross Blue (I want the information to fill in here)
Aetna
Happy

Worksheet 2:
REFERRAL MARKETER NAME
Blue Cross Blue Jimmy Hendrix (This is the
information I want to go to the next page above based on the referral)

Aetna Jim Morrison




Worksheet 2:



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Lookup Text and Receive Other Text in Return

Try it with a TRIM around the lookup value:
=VLOOKUP(TRIM(A1),Sheet1!A:B,2,FALSE)
There could be extraneous white spaces here and there throwing apparent
matches off (this is quite common). And if the above still doesn't do it,
then you need to TRIM the vlookup's reference col ie Sheet1's col A as well.
Use a helper col to TRIM in Sheet1 (eg in Sheet1, in E1=TRIM(A1), copy down),
then copy the helper col and overwrite Sheet1's col A. Success? hit the YES
below
--
Max
Singapore
---
"klmiura" wrote:
Yes, Eva that is what I have and I receive #N/A for the result...I even made
sure they were all spelled exactly the same and in the same upper/lower case.
Any other suggestions?


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
Lookup text in a string with wildcard and return a certain value Tommy Excel Worksheet Functions 4 September 25th 08 06:21 PM
2 criteria lookup of text. Return text form column 3. SUMPRODUCT t zzxxcc Excel Worksheet Functions 2 August 26th 08 11:04 PM
LOOKUP text return text [email protected] Excel Worksheet Functions 5 May 22nd 07 06:38 PM
lookup a text cell and return text Cristi R Excel Discussion (Misc queries) 4 August 2nd 06 02:41 PM
Receive #VALUE! when I mix text with dates using SUMPRODUCT Rick Excel Worksheet Functions 6 March 29th 06 10:15 PM


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