Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Excel Frequency Function Example
  • How To Filter Data in Excel
  • Get column index in Excel Table
  • How to Create Area Chart in Excel
  • Excel Bar Chart

References

  • How to create dynamic named range with OFFSET in Excel
  • Extract all partial matches in Excel
  • Get nth match with INDEX / MATCH in Excel
  • How to get relative row numbers in a range in Excel
  • Basic INDEX MATCH approximate in Excel

Data Validations

  • Excel Data validation exists in list
  • Excel Data validation only dates between
  • Excel Data validation don’t exceed total
  • Excel Data validation with conditional list
  • Excel Data validation must contain specific text

Tag: LOWER function

How to Capitalize first letter in a sentence in Excel

by

This tutorial shows how to capitalize first letter in Excel. In Microsoft office word it is called sentence case, in Excel to capitalize the first letter in a word or string, you can use a formula based on the LEFT, MID, and LEN functions. Formula =UPPER(LEFT(A1))&MID(A1,2,LEN(A1)) Explanation  In the example shown, the formula in C5 is: …

Continue Reading

How to create email address from name in Excel

by

To build email addresses using first and last names, you can use a formula that concatenates values, with help from the LOWER and LEFT functions as needed. See example below: Formula =LOWER(LEFT(first)&last)&”@domain.com” Explanation In the example shown, the formula in D5 is: =LOWER(LEFT(C5)&B5)&”@”&”acme.com” How this formula works For a name like “Tim Brown”, this formula …

Continue Reading

Change Case: Uppercase, Lowercase, Propercase in Excel

by

How to convert text to capital letters and more in Excel Often times computer users find it difficult to change case in Excel. Imagine working on a huge volume of excel data and you need to convert a record to capital letters or the reverse. Boom! your stuck because it is not word document. We all …

Continue Reading

Normalize text by removing punctuations, extra spaces and more in Excel

by

To remove some of the natural complexity of text (strip punctuation, normalize case, remove extra spaces) you can use a formula based on the SUBSTITUTE function, with help from the TRIM and LOWER functions. Instance There may be times when you need to remove some of the variability of text before other processing. Case Study …

Continue Reading

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Not Equal To ‘<>‘ operator in Excel
  • Nested IF function example in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • IF with boolean logic in Excel
  • How to use IFS function in Excel

Date Time

  • Get work hours between dates and times in Excel
  • Sum through n months in Excel
  • TIMEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • Get month from date in Excel
  • NETWORKDAYS function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Map text to numbers in Excel
  • Group times into unequal buckets in Excel
  • Map inputs to arbitrary values in Excel
  • Running count group by n size in Excel
  • Calculate conditional mode with criteria in Excel

General

  • Find, Select, Replace and Go To Special in Excel
  • Flash Fill in Excel
  • How to calculate percent variance in Excel
  • Lock Cells in a Worksheet Excel
  • Check if multiple cells have same value with case sensitive in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning