Search Results
9 functions found:
1. | FormatNumber ( Number ; ThousandSep ; DecSep ) |
Average rating: 4.3 | |
SL, ITC | |
The passed valueNumber is formatted with the passed Thousand & Decimal separators | |
2. | FormatNumber_Sub ( Number ; Counter ; ThousandSep ) |
Average rating: 4.4 | |
SL, ITC | |
Needs | |
3. | ITC_date__WorkingDayNext ( inputDate ; HolidaysList ) |
Average rating: 4.2 | |
SL, ITC | |
The next weekday of a given date (giving a list of all your closed days!) | |
4. | ITC_date__WorkingDayPrevious ( inputDate ; HolidaysList ) |
Average rating: 4.6 | |
SL, ITC | |
The preceding weekday of a given date (giving a list of all your closed days!) | |
5. | ITC_list__DateToTextList ( valueList ) |
Average rating: 4.3 | |
SL, ITC | |
Convert a list of dates in the format DD/MM/YYYY to a list of dates in the format YYYY/MM/DD | |
6. | ITC_list__MatrixHoriz ( valueList ; columns ) |
Average rating: 4.3 | |
SL, ITC | |
Put the value of a list into a matrix of given columns number | |
7. | ITC_list__MatrixHoriz_loop (valueList;countOfValues;columns;sepArray) |
Average rating: 4.4 | |
SL, ITC | |
Part of the CF | |
8. | ITC_list__TextToDateList ( valueList ) |
Average rating: 4.3 | |
SL, ITC | |
Convert a list of dates in the format YYYY/MM/DD to a list of dates in the format DD/MM/YYYY | |
9. | TotalList ( valueList ) |
Average rating: 4.4 | |
SL, ITC | |
Get the total of all number values of a given list | |