Forum Discussion
Selecting top numbers that contains fewer different digits from numbers list
- Oct 03, 2018
See attached file.
Play with the hurdle and see how the conditional formatting changes.
See attached file.
Play with the hurdle and see how the conditional formatting changes.
- Ramal HuseynzadeOct 10, 2018Copper Contributor
Now i have got numbers list that contains only 2 and 3 unique digits.Can we add another parameter to this file to be able to select only some digit combinations from these numbers that contains 2-3 unique digits?For example when i add this combination 1133322 to the parameter,the numbers in this combinations (like 66888444,5577799,3366688)can be selected automatically.I have got cominations list ,i would like to add my combinations list to that paramater,not only one combination.Thank you
- Detlef_LewinOct 10, 2018Silver Contributor
You want to match patterns?
I don't think that is possible with formulas. Maybe with VBA. But that's not my field of expertise.
- Ramal HuseynzadeOct 10, 2018Copper Contributor
Yes, from my numbers list i would like select numbers in patterns like these
1133322 1133323 1133332 1211113 1222213 1222223 1222231 1222232 1222233 1222333 1223222 I played with the formula that you gave and could filter and select some numbers with necessary patterns. for instance i type {1;3;5;6;7} instead of {1;2;3;4;5;6;7} and set hurdle to 1 to get numbers like 8687888.I hide two of the numbers each time and change pattern. but it take too much time in this way.
- Ramal HuseynzadeOct 03, 2018Copper Contributor
Excellent!!! Thank you very very much.