Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
shanky1907
Creator II
Creator II

Wildmatch in excel

Hi,

I want to use wildmatch like function in excel for a specific column.

Please reply if you have any idea.

Thanks in advance.

2 Replies
amit_saini
Master III
Master III

Shashank,

Just a small example below:

Suppose I'm having excel sheet with column name City and I want to change city names for example Punjab as P1 , Haryana  than below is Syntax .

Syntax:

LOAD Products,

City,

pick( WildMatch(City,'*Punjab*','*Haryana*','*Delhi*'),'P1','P2','P3')

as Data

FROM

  1. Prcatice.xlsx

(ooxml, embedded labels, table is Sheet3);





Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Questions about Excel functions are better asked somewhere else, but perhaps the example here helps: www.mrexcel.com/forum/excel-questions/524460-wildcard-within-match-function.html


talk is cheap, supply exceeds demand