Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup text in a string with wildcard and return a certain value | Excel Worksheet Functions | |||
2 criteria lookup of text. Return text form column 3. SUMPRODUCT t | Excel Worksheet Functions | |||
LOOKUP text return text | Excel Worksheet Functions | |||
lookup a text cell and return text | Excel Discussion (Misc queries) | |||
Receive #VALUE! when I mix text with dates using SUMPRODUCT | Excel Worksheet Functions |