Recap: Working with Text
Part of the Fundamentals section of Coddy's Excel journey. Lesson 33 of 42.
Challenge
EasyThe name Ada Lovelace is split across A2 (first) and B2 (last). Generate two account fields:
C2, username: the first name, a dot, the last name, all in small letters (ada.lovelace)D2, badge code: the first 3 letters of the last name, in capitals (LOV)
A second person is tested with the same formulas, build everything from the cells.
Try it yourself
Sheet1
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | First | Last | Username | Badge | |||
| 2 | Ada | Lovelace | |||||
| 3 | |||||||
| 4 | |||||||
| 5 | |||||||
| 6 | |||||||
| 7 | |||||||
| 8 | |||||||
| 9 | |||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | |||||||
| 14 |
All lessons in Fundamentals
1Meet the Spreadsheet
What Is a Spreadsheet?Cells and ReferencesYour First CellsRows, Columns and the GridRecap: Meet the Grid2Entering Data
Text and NumbersBuilding a Small TableEditing and Clearing CellsNumbers That Mean SomethingRecap: Entering Data3Your First Formula
What Is a Formula?Writing a FormulaFormulas with CellsArithmetic OperatorsOrder of OperationsRecap: First Formulas6Working with Text
Joining TextUPPER and LOWERMeasuring Text with LENLEFT, RIGHT and MIDRecap: Working with Text