UA
RU
EN
⯈
ES
JA
DE
HI
AR
CN
PT
FR
IT
KO
PL
RO
TR
Main
Excel
VBA
DAX
SQL
Libre Office CALC
Blog
Online
YLC_Utilities.oxt
Functions
general
GOOGLETRANSLATE
TRANSLITUA
TRANSLITRU
CLEANTEXT
CLEANDIGITS
GETSUBSTR
GETNUMBER
GETDATE
GETURL
CONCATIF
SUMBYCELLCOLOR
COUNTBYCELLCOLOR
SUMBYFONTCOLOR
COUNTBYFONTCOLOR
GETCOMMENT
GETSEX
GETWORD
WORKBOOK
SHEETNAME
TABLETOARRAY
TABLETODICT
TABLETOCSV
TABLETOSQL
TABLETOHTML
TABLETOJSON
TABLETOXML
WORKHOURS
ISOCOUNTRY
The amount in writing
SUMINWORDS
SUMINWORDSVAT
SPELLNUMBER
Modifications VLOOKUP
VLOOKUPSEQ
VLOOKUPDOUBLE
VLOOKUPMULTI
FUZZYLOOKUP
Change of register
PASCALCASE
CAMELCASE
SNAKECASE
KEBABCASE
BREAKCASE
SENTENCECASE
TITLECASE
FIRSTCASE
Exchange rates
NBUA
NBRU
NBKZ
NBUZ
NBAZ
NBMD
NBGE
NBTM
NBKG
NBTJ
NBAM
NBLT
NBEU
NBRO
NBBR
Utilities
Text
UPPER REGISTER
lower case
With a capital letter
Words with capital letters
The first character is capitalized
Other variants of registers
Delete all letters
Delete all numbers
Remove trailing spaces
Remove extra spaces
Remove leading characters
Remove trailing characters
Delete text after a certain number of characters
Get the word by the specified separators
Mark the Latin letters
Mark Cyrillic letters
Google Translate...
Number and Date
Apply additional calculations to selected cells
Change the formulas to their calculated values
Converting unrecognized numbers (text?) to numbers
Change value to text (adding ' in front)
Fill the cells with their formatted value
Change negative numbers to positive and vice versa
Move the minus sign from the end to the beginning (for example, 47- to -47)
Use a substantial number of commas
Writing a number or sum in words
Date conversion/recognition
Range
Mark unique values
Mark different values
Mark duplicates
Reconstruction of the table
Sheet
Add sheets
Sort sheets
Save sheets as books
Comment
Copy the value to the comment
Copy the formula into a comment
Copy the comment to the cell
Formula
Convert formula to text
Convert text into a formula
Display "empty" if error
Display "0" if error
Insert YLC function
Styles for tables
Change the style of the table
External data
Official exchange rates
TOP
The complete list of utilities included in the "YLC_Utilities.oxt" extension
Functions
1) Text
Change the text to UPPER CASE
Capitalize all words
Change the text to lower case
Writing all words in lowercase letters
Start the text with a capital letter
Writing the first word with a capital letter and the rest of the words with a small letter
Start all words with a capital letter
Change the text so that each word starts with a capital letter
The first character is capitalized
Change the first character in the text to a capital letter, but do not change the case of the remaining characters
Other variants of registers
Sentence Case, Heading Case, Pascal Case, Camel Case, Snake Case, Kebab Case and Space Case
Delete all letters in the text
Text cleaning by removing all letters in the text
Delete all numbers in the text
Text cleaning by removing all numbers in the text
Remove trailing spaces in the text
Remove all spaces from the beginning and end of the text
Remove excess spaces in the text
Remove all spaces at the beginning and end of the text, as well as excess spaces in the middle of the text
Remove leading characters
Delete a certain number of characters at the beginning of the text
Remove trailing characters
Deleting a certain number of characters at the end of the text
Delete text after a certain number of characters
Delete all text starting at a specific position
Get the word by the specified separators
Splitting the text into parts by many separators at the same time and obtaining the necessary element by entry number
Mark Latin letters in the text
Mark Latin letters in red
Mark Cyrillic letters in the text
Mark the Cyrillic letters in red
Google Translate
Translate the text using the "Google Translate" site
2) Number and Date
Apply additional calculations to selected cells
Quickly insert additional calculations into a formula
Change the formulas to their calculated values
Replace the formula in the selected cells with their calculated values
Converting unrecognized numbers (text?) to numbers
Changes numbers that LO Calc does not recognize and that are displayed as text to real numeric numbers
Change value to text (adding ' in front)
Changes all numbers in the selected cells to text values
Fill the cells with their formatted value
Replaces the contents of the selected cells with their formatted values
Change negative numbers to positive and vice versa
Changes positive numbers to negative and negative numbers to positive
Move the minus sign from the end to the beginning (for example, 47- to -47)
Fixes negative numbers that have a minus sign at the end
Use a substantial number of commas
Rounds or applies the appropriate format to numbers in cells to display non-zero digits after the decimal point/point
Writing a number or sum in words
Converts numbers or the sum written in numbers to text in English
Date conversion/recognition
Converts unrecognized dates in selected cells
3) Range
Mark unique values
Marking cells with unique values in yellow
Mark different values
Marking cells with different values in yellow
Mark duplicates
Designation of cells with repetitions in different colors
Reconstruction of the table
Expanding the table (unpivot) from crosswise to flat
4) Sheet
Add sheets
Insert new sheets into the workbook using the names from the selected cells
Sort sheets
Sort all sheets alphabetically (ascending or descending)
Save sheets as books
Save selected sheets to separate files
5) Comment
Copy the value to the comment
Copying the cell result into a comment
Copy the formula into a comment
Copying a cell formula into a comment
Copy the comment to the cell
Copying a comment into a cell formula
6) Formula
Convert formula to text
Save the cell formula as a text value
Convert text into a formula
Save the cell value as a formula
Display "empty" if error
Wrapping a cell formula in a IFERROR function with an alternative value of "empty"
Display "0" if error
Wrapping a cell formula in a IFERROR function with an alternative value of "0"
Insert YLC function
Insert function from set "YLC Utilities"
7) Styles for tables
Change the style of the table
Table formatting according to the selected color template (black, blue, red, green, purple, navy, orange)
8) External data
Official exchange rates
Obtaining exchange rates from official websites of national banks of countries
ONLINE SERVICES
Changing the case of letters in the text
The sum is written in Ukrainian
Search for Latin in Cyrillic and vice versa
Transliteration from Ukrainian to English
Exchange rates
VBA Macros
Functions
CONCATIF
NBU_RATE
GETSUBSTR
SUMINWORDS
TRANSLIT
VLOOKUP2
VLOOKUP3
Procedures
CombineWorkbooks
Division
MergeCell
PasswordRemover
ShowCyrylic
ShowLatin
SortSheets
SQLQuery
UnPivotTable
LESSONS VBA
1. What is VBA, basic concepts.
2. Debugger (Debugger)
3. Work with sheets (Sheets)
4. Working with cells (Ranges)
5. Properties (Properties)
6.1. Data types (Variables)
6.2. Data Types (Continued)
7.1. Conditions (Conditions)
7.2. Terms (Continued)
8.1. Loops (Loops)
8.2. Cycles (Continued)
9. Procedures and functions
10. Dialog windows
11.1. Workbook events
11.2. Worksheet events
12.1. Custom forms
12.2. Controls (Controls)
12.3. Control elements (Continued)
12.4. Control elements (Exercises)
13.1. Arrays (Arrays)
13.2. Arrays (Continued)
13.3. Arrays (Exercises)
14.1. Using Excel functions
14.2. Creating a custom function
LESSONS SQL
1. SQL language, basic concepts.
2. Data selection (SELECT)
3. Data sorting (ORDER BY)
4. Data filtering (WHERE)
5. Use of metacharacters (LIKE)
6. Calculation (calculation) fields
7. Data processing functions
8. Data grouping (GROUP BY)
9. Sub-requests
10. Combination of tables (INNER JOIN)
11. OUTER JOIN
12. Combined requests (UNION)
13. Adding data (INSERT INTO)
14. Creating tables (CREATE TABLE)
LESSONS DAX
1. What is DAX. Basic concepts.
2. Function CALCULATE
3. Data selection function FILTER
LIBRE OFFICE CALC
Import of currency rates from the NBU website
Sum written in English
Unpivottables (Unpivot)
Function
Google Translate
Camel Case Function
Snake Case Function
Kebab Case Function
Break Case Function
Sentence Case Function
Title Case Function
Fuzzy Lookup
Function
Function GETSUBSTR
Free extension "YouLibreCalc"
Professional Extension "YLC Utilities"
BLOG
What is XML?
What is JSON?
What is refactoring?
What are computer networks. Basic concepts.
How to find out that the user visited the site from a mobile device?