Comparing mailing addresses
Closed
jmanel
-
Oct 5, 2010 at 06:16 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Oct 7, 2010 at 10:28 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Oct 7, 2010 at 10:28 AM
Related:
- Comparing mailing addresses
- Mailing address of my location - Guide
- Comparing 2 excel sheets - Guide
- The IP-addresses of the VPN modem are not pinged - CISCO Forum
- Telegram to Disclose Users' Phone Numbers and IP Addresses to Authorities - Home - Apps & Sites
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Oct 7, 2010 at 10:28 AM
Oct 7, 2010 at 10:28 AM
Hi John,
On sheet1 I put the following example data:
aaa
bbb
ccc
ddd
eee
On sheet2 I put the following example data:
bbb
ddd
fff
ggg
Then I put the following formula in B1 of sheet1:
Does this solve your query?
Best regards,
Trowa
On sheet1 I put the following example data:
aaa
bbb
ccc
ddd
eee
On sheet2 I put the following example data:
bbb
ddd
fff
ggg
Then I put the following formula in B1 of sheet1:
=IF(ISERROR(VLOOKUP(A1,Sheet2!$A$1:$A$4,1,FALSE)),"NOT FOUND","FOUND")Drag the formula down to see which data is found and which are not.
Does this solve your query?
Best regards,
Trowa