Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Partial match of Columns from two different sheets

KamalChoudhary_in
7 - Meteor

Hi,

I want to match two columns from two different sheets and update account numbers in results. with match , partial match and account numbers 

 

  • Using (Companies_Name) in  KYCPIVOT sheet, search for them in the (Sec_Companies)Column B of another sheet  NO_KYC

 

  • Result should include non-exact match between (Companies_Name) in  KYCPIVOT sheet and (Sec_Companies)Column B of another sheet  NO_KYC

 

  • After determining the matching and partial match between (Companies_Name) and (Sec_Companies) summarize the account numbers from NO_KYC sheet to KYCPIVOT Sheet and transpose them in

 

Note – Part is the string match is required to match multiple miss match and data is in two different tabs and columns.

Input 

KYCPIVOT
Companies_Name
Aramco
Aramco N.V
Aramco  N.V.

 

Input

NO_KYC
AccountSec_Companies 
465464Aramco NV
65464654Aramco NV
65464654Aramco NV
56464Aramco NV
64654Aramco NV

 

 

 

Output 

Result Expected
Companies_NameStatus Account 1Account 2Account 3Account 4
AramcoPartial Match465464654646545646464654
Aramco N.VPartial Match465464654646545646464654
Aramco  N.V.Partial Match465464654646545646464654
2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @KamalChoudhary_in 

 

One way of doing this using fuzzy match:

Screenshot 2023-08-25 154333.png

KamalChoudhary_in
7 - Meteor

@Felipe_Ribeir0 Thanks a lot helping for helping out 

Labels