Search Results
5 functions found:
| 1. | CountPermutations ( string ) |
| Maarten Witberg | |
| To determine the number of permutations for a string of characters | |
| 2. | HighlightOccurrence ( ListToTest ; ListToCompare ; ColorMatch ; ColorNoMatch ) |
| Maarten Witberg | |
| this function will recursively color code values in ListToTest by determining if they occur in ListToCompare | |
| 3. | OmitValuesThatMatchAString ( ListToFilter ; StringToUse ) |
| Maarten Witberg | |
| To remove values from a list that contain a certain string | |
| 4. | RangePairsFilter ( ListOfPairs ; ValueToFilter ) |
| Maarten Witberg | |
| To determine if a value (e.g. a date) falls into a list of intervals | |
| 5. | SeparateStringtypes ( text ; separator ) |
| Maarten Witberg | |
| inserts Separator between numeric and other characters. | |