I see, well the two document sheets are not exact. That's
why I'd like Excel to "look at the cells, see if there's a
match and return the "old contact" company name to replace
the "hidden columns" company name.
If I posted the document somewhere on the net, would
looking at it help?
sandy
-----Original Message-----
Hi
yes: to find a match firstname and lastname have to be identical.
The can be in different rows in sheet1 and sheet2 but they have to
be an exact match to be found
--
Regards
Frank Kabel
Frankfurt, Germany
Sandy wrote:
The result is #NA
Columns A and B in both worksheets are First Name and Last
Name.
Are you saying they need to have the exact same
information line by line?
thanks
-----Original Message-----
Hi
an what is your result?
- an error
- wrong data?
Column A and column B on both sheets have to store the same kind
of information
--
Regards
Frank Kabel
Frankfurt, Germany
Newsbeitrag
[email protected]...
It still doesn't work. :-(
I have worksheet A ("Old Contacts") and worksheet B
("hidden columns"). Put your newest formula on worksheet B
("hidden columns") Cell D2.
thanks,
sandy
-----Original Message-----
Hi
sorry my fault. Try
=INDEX('Old Contacts'!$C$2:$C$10076,MATCH (A2&B2,'Old
Contacts'!$A$2:$A$10076 & 'Old Contacts'! $B$2:$B$10076,0))
--
Regards
Frank Kabel
Frankfurt, Germany
Sandy wrote:
Thank you Frank.
Here's how my formula looks:
=MATCH('Old Contacts'!$C$2:$C$10076,MATCH (A2&B2,'Old
Contacts'!$A$2:$A$10076 & 'Old Contacts'! $B$2:$B$10076,0))
Unfortunately, it's returning #NA
What am I doing wrong?
sandy
-----Original Message-----
Hi
assumptions:
- col. A: firstname
- col B: lastname
- col C: company name
- I assume that both lists are in the same workbook. Change
your references accodingly:
Enter the following array formula (entered with
CTRL+SHIFT+ENTER) in D1 on your worksheetB:
=MATCH('worksheetA'!$C$1:$C$1200,MATCH (A1&B1,'worksheetA'!
$A$1:$A$1200 & 'worksheetA'!$B$1:$B$1200,0))
and copy this down
--
Regards
Frank Kabel
Frankfurt, Germany
Sandy wrote:
I have two workbooks (A and B). I need to create a formula
in workbook B that will look up, compare and match
FirstName, LastName and Company in both wrbk A and B then
return the Company Name from wrbk A.
During a conversion 1,200 contacts were given the same
Company name. I have the old contacts with the correct
Company name and need to compare the two wrbks to automate
the look up and replace the wrong Company name in wrbk B
with the correct Company name from wrkb A
Is this possible?
.
.
.
.