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

Data Analysis

  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • Create Scatter Chart in Excel
  • How to create Gauge Chart in Excel
  • How to Sort by Color in Excel
  • Conflicting Multiple Conditional Formatting Rules in Excel

References

  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • How to calculate two-way lookup VLOOKUP in Excel Table
  • Get nth match with INDEX / MATCH in Excel
  • Perform case-sensitive Lookup in Excel
  • How to get address of last cell in range in Excel

Data Validations

  • Excel Data validation require unique number
  • Excel Data validation date in specific year
  • How To Create Drop-down List in Excel
  • Excel Data validation allow weekday only
  • Excel Data validation whole percentage only

Tag: UPPER 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

Excel Data validation allow uppercase only

by

Using the example below, this tutorial shows how to create Excel Data validation to allow uppercase only. Formula =AND(EXACT(A1,UPPER(A1)),ISTEXT(A1)) Explanation To allow a user to enter only uppercase TEXT,  you can use data validation with a custom formula based on the UPPER, EXACT, and AND functions. In the example shown, the data validation applied to C5:C7 is: …

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

UPPER function: Description, Usage, Syntax, Examples and Explanation

by

What is UPPER function in Excel? UPPER function is one of TEXT functions in Microsoft Office Excel that converts text to uppercase. Syntax of UPPER function UPPER(text) The UPPER function syntax has the following arguments: Text: The text you want converted to uppercase. Text can be a reference or text string. Example of UPPER function Steps to follow: …

Continue Reading

How to count specific words in a cell in Excel

by

If you need to count how many times a specific a word (or any substring) appears inside a cell, you can use a formula that uses SUBSTITUTE and LEN. Formula =(LEN(text)-LEN(SUBSTITUTE(text,word,””)))/LEN(word) Explanation In our example, we are using this formula: =(LEN(B4)-LEN(SUBSTITUTE(B4,C4,””)))/LEN(C4) How this formula works B4 is the cell we’re counting words in, and C4 …

Continue Reading

How to count specific characters in a range in Excel

by

If you need to count specific characters in a range of cells, you can do so with a formula that uses LEN and SUBSTITUTE, along with the SUMPRODUCT function. Formula =SUMPRODUCT(LEN(range)-LEN(SUBSTITUTE(range,text,””))) Explanation In the example, the active cell contains this formula: =SUMPRODUCT(LEN(B3:B7)-LEN(SUBSTITUTE(B3:B7,”o”,””))) How the formula works For each cell in the range, SUBSTITUTE removes all …

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

  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • IF with wildcards in Excel
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function
  • TRUE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to calculate workdays per month in Excel
  • How to get Weekdays, Working days between Two Dates in Excel
  • Dynamic date list in Excel
  • DATEDIF function: Description, Usage, Syntax, Examples and Explanation
  • Get age from birthday in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • Group arbitrary text values in Excel
  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel
  • Calculate conditional mode with criteria in Excel

General

  • How to calculate percent variance in Excel
  • Lock Cells in a Worksheet Excel
  • List worksheet index numbers in Excel
  • How to calculate percentage discount in Excel
  • Freeze and Unfreeze Panes in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning