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
YouLibreCalc.xlam
Functions
general
GOOGLETRANSLATE
TRANSLITUA
CLEANTEXT
CLEANDIGITS
GETSUBSTR
GETNUMBER
GETDATE
GETURL
CONCATIF
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
TOP
A complete list of functions included in the YouLibreCalc.xlam extension
Calc
1) General
GOOGLETRANSLATE
Translation of the text in cell Excel using the Google Translate site
TRANSLITUA
Transliteration of the text from the Ukrainian language into English according to the state standard (Resolution of the Cabinet of Ukraine No. 55 dated 27.01.2010).
CLEANTEXT
Clears the text of all characters except letters
CLEANDIGITS
Cleans the text of all characters except numbers
GETSUBSTR
Returns a portion of text using the specified delimiter
GETNUMBER
Obtaining numbers from text
GETDATE
Getting dates from text
GETURL
Obtaining site addresses from text
CONCATIF
Connection of text from different cells according to a given condition
2) Amount in writing
SUMINWORDS
Displaying a number in the form of a written sum. Three languages are available - Ukrainian, English and Russian. Also, the user can choose three currencies - hryvnia, dollar or ruble.
SUMINWORDSVAT
Display of the number in the form of a written sum with VAT in Ukrainian in hryvnias.
SPELLNUMBER
A custom function for writing numerical values in English with the ability to add the name of any currency
3) VLOOKUP modifications
VLOOKUPSEQ
Modified VLOOKUP function that can return any match (not just the first one found)
VLOOKUPDOUBLE
Modified function VLOOKUP, which performs a search by two conditions (in two different columns of the table)
VLOOKUPMULTI
Modified function VLOOKUP, which performs a search on many columns at the same time
FUZZYLOOKUP
A function for searching for values by an approximate match by analogy with VLOOKUP
4) Changing the case of letters
PASCALCASE
Converting a string of words into the following format:
"PascalCaseFunction"
CAMELCASE
Converting a string of words into the following format:
"camelCaseFunction"
SNAKECASE
Converting a string of words into the following format:
"snake_case_function"
KEBABCASE
Converting a string of words into the following format:
"kebab-case-function"
BREAKCASE
Converting a string of words into the following format:
"break case function"
SENTENCECASE
Converting a string of words into the following format:
"Sentence case function"
TITLECASE
Converting a string of words into the following format:
"Function for Title Case"
FIRSTCASE
Convert the first letter of the text to uppercase without changing the rest of the letters, for example:
"Function for the First letter Case"
5) Obtaining official exchange rates
NBUA
Function for obtaining exchange rates from the official website of the National Bank of Ukraine (bank.gov.ua)
ONLINE SERVICES
Changing the case of letters in text
The sum is written in Ukrainian
Search for Latin characters in Cyrillic and vice versa
Transliteration from Ukrainian to English
Currency 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. Working 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 boxes
11.1. Workbook Events
11.2. Worksheet Events
12.1. User forms
12.2. Controls (Controls)
12.3. Controls (Continued)
12.4. Controls (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. Sorting data (ORDER BY)
4. Data filtering (WHERE)
5. Using metacharacters (LIKE)
6. Calculated (calculated) fields
7. Data processing functions
8. Grouping data (GROUP BY)
9. Subqueries
10. Joining tables (INNER JOIN)
11. OUTER JOIN
12. Combined queries (UNION)
13. Adding data (INSERT INTO)
14. Creating tables (CREATE TABLE)
LESSONS DAX
1. What is DAX. Basic concepts.
2. CALCULATE function
3. Data selection function FILTER
LIBRE OFFICE CALC
Import of exchange rates from the NBU website
Sum written in English
Unpivot tables (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
GETSUBSTR function
Professional extension "YLC Utilities"
How to create a Python macro
How to write a function in Python
BLOG
What is XML?
What is JSON?
What is refactoring?
What are computer networks? Basic concepts.
How to find out that a user has accessed the site from a mobile device?