Data Preparation in Excel
Iason Prassides
Content Developer, DataCamp


LEN()
LEN(text)
CONCAT()
CONCAT(text1, [text2],...) Combines the text from multiple ranges and/or strings
Delimiters have to be entered manually

TEXTJOIN()
TEXTJOIN(delimiter, ignore_empty, text1, [text2],...)

TODAY()
TODAY()
WEEKDAY()
WEEKDAY(serial_number,[return_type]) 
WORKDAY()
WORKDAY(start_date, days, [holidays]) 
Various options to protect your data:

Data Preparation in Excel