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
YLC Utilities
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
Amount in words
SUMINWORDS
SUMINWORDSVAT
SPELLNUMBER
Modifications VLOOKUP
VLOOKUPSEQ
VLOOKUPDOUBLE
VLOOKUPMULTI
FUZZYLOOKUP
Change case
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 CASE
lower case
Capitalized Words
Capital letter
First character capitalized
Other register options
Delete all letters
Delete all numbers
Remove trailing spaces
Remove excess spaces
Remove initial characters
Remove trailing characters
Delete text after a certain number of characters
Get the word by the specified delimiters
Mark Latin letters
Mark Cyrillic letters
Google Translate...
Numeric
Apply additional calculations to selected cells
Change formulas to their calculated values
Converting unrecognized numbers (text?) to numbers
Change the value to text (by adding ' in front)
Fill cells with their formatted value
Change negative numbers to positive numbers and vice versa
Move the minus sign from the end to the beginning (e.g. 47- to -47)
Use a significant number of decimal places
Writing a number or amount in words
Date
Date conversion/recognition
Range
Mark unique values
Mark different values
Mark duplicates
Mark outliers
Reorganizing the table
Formula
Convert formula to text
Convert text to formula
Display "blank" if error
Display "0" if error
Show/hide formulas
Insert YLC function
Comment
Copy value to comment
Copy formula to comment
Copy comment to cell
Move comment to cell
Show/hide comments
Sheet
Add sheets
Sort sheets
Save sheets as books
Table styles
Change table style
External data
Official currency exchange rates
TOP
Complete list of utilities included in the "YLC Utilities" extension
Functions
1) Text
Change text to UPPER CASE
Capitalize all words
Change text to lowercase
Writing all words in lowercase
Start the text with a capital letter
Capitalize the first word and lowercase the rest of the words
Start all words with a capital letter.
Change the text so that every word starts with a capital letter
First character capitalized
Change the first character in text to uppercase, but leave the remaining characters unchanged.
Other register options
Sentence case, title case, Pascal case, camel case, snake case, kebab case, and space case
Delete all letters in text
Clearing text by removing all letters in the text
Remove all numbers in text
Clearing text by removing all numbers in the text
Remove trailing spaces in text
Remove all spaces from the beginning and end of text
Remove excess spaces in text
Remove all spaces at the beginning and end of text, as well as excess spaces in the middle of text
Remove initial characters
Delete a certain number of characters at the beginning of text
Remove trailing characters
Removing a certain number of characters at the end of text
Delete text after a certain number of characters
Delete all text starting at a specific position
Get the word by the specified delimiters
Splitting text into parts by many delimiters at once and getting the required element by occurrence number
Highlight Latin letters in text
Mark Latin letters in red
Highlight Cyrillic letters in text
Mark the Cyrillic letters in red
Google Translate
Translate text using Google Translate
2) Number
Apply additional calculations to selected cells
Quickly insert additional calculations into a formula
Change formulas to their calculated values
Replace the formula in 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 true numeric numbers
Change the value to text (by adding ' in front)
Changes all numbers in selected cells to text values.
Fill cells with their formatted value
Replaces the contents of selected cells with their formatted value
Change negative numbers to positive numbers and vice versa
Changes positive numbers to negative and negative numbers to positive
Move the minus sign from the end to the beginning (e.g. 47- to -47)
Corrects negative numbers that have a minus sign at the end
Use a significant number of decimal places
Rounds or formats numbers in cells to display non-zero digits after the decimal point/period
Writing a number or amount in words
Converts numbers or sums written in numbers to text in English
3) Date
Date conversion/recognition
Converts unrecognized dates in selected cells
4) Range
Mark unique values
Marking cells with unique values in yellow
Mark different values
Mark cells with different values in yellow
Mark duplicates
Mark cells with repetitions with different colors
Mark outliers
Highlight cells in yellow that are a repeat of previous values in the selected range
Reorganizing the table
Pivoting a table (unpivo) from cross-pivot to flat
5) Formula
Convert formula to text
Save cell formula as text value
Convert text to formula
Save cell value as formula
Display "blank" if error
Wrapping a cell formula in the IFERROR function with an alternative value of "empty"
Display "0" if error
Wrapping a cell formula in the IFERROR function with an alternative value of "0"
Show/hide formulas
Switch between formulas and values for all cells
Insert YLC function
Insert function from set "YLC Utilities"
6) Comment
Copy value to comment
Copying a cell result to a comment
Copy formula to comment
Copy a cell formula to a comment
Copy comment to cell
Copy a comment into a cell formula
Move comment to cell
Move a comment into a cell formula while deleting it
Show/hide comments
Show/hide all comments
7) Sheet
Add sheets
Insert new sheets into a workbook using names from selected cells
Sort sheets
Sort all sheets alphabetically (ascending or descending)
Save sheets as books
Save selected sheets to separate files
8) Styles for tables
Change the style of the table
Formatting the table according to the selected color scheme (black, blue, red, green, purple, navy, orange)
9) External data
Official currency exchange rates
Obtaining currency rates from the 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?