Hi guys,
So I am trying to utilize Alteryx to identify values that fall into an alphabetical range. I'd like to get an output of a list that can possibly be grouped by an identifier.
To start I'd have a list of items (there could be 100 or could be 100,000) that can be possibly values given out. The list could have any combination that begins with letters, and have numbers in it.
Example:
Combination1
Comb124
Combo1
Combin
ACombo1242
bigcombo421
figure01
test102k
etc....
Then I'd have a range that I want to Identify which of those values would fall into it. So if I am given a range A-B, I'd get all the ones starting with A up to starting with B. (ACombo1242, bigcombo421).
A-F would return:
Combination1
Comb124
Combo1
Combin
ACombo1242
bigcombo421
figure01
Any ideas on how I should approach this? Any help would be much appreciated.
Thanks!