Tagged Questions
1
vote
1answer
114 views
Can I use regular expression to match a set of values?
I want to check if every element in a set contained in any part of rows in a column. For example,
Set A = {5013, aab, 402dha)
Column B
adaf**5013**dad344
23**aab**yyyy
zzz**402dha**vuuuda
...
0
votes
2answers
414 views
EXCEL/VBA: Column header and values are offset, how to get them synchronized
I am using an output file (CSV) wich is coming from an external source - used to do data scraping.
However, web pages that are "scrapped" doesn't have the same exaction pattern, so in the output file ...