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

Data Analysis

  • Conditional Formatting Icon Sets Examples in Excel
  • Everything about Charts in Excel
  • Conditional Formatting Rules in Excel
  • How to count table rows in Excel
  • How to create Gauge Chart in Excel

References

  • Two-column Lookup in Excel
  • Offset in Excel
  • Last row number in range
  • How to get relative column numbers in a range in Excel
  • Get nth match with INDEX / MATCH in Excel

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation must begin with
  • How To Create Drop-down List in Excel
  • Excel Data validation specific characters only
  • Excel Data validation require unique number

Case sensitive match in Excel

by

This tutorial shows how to calculate Case sensitive match in Excel using the example below;

Formula

{=MATCH(TRUE,EXACT(range,value),0)}

Explanation

To perform a case sensitive match, you can use the EXACT function together with MATCH in an array formula. In the example show, the formula in E8 is:

{=MATCH(TRUE,EXACT(B5:B11,E6),0)}

Note: this is an array formula and must be entered with Control + Shift + Enter.

How this formula works

By itself, the MATCH function is not case-sensitive, so the following formula returns 1:

=MATCH("JAMES",B5:B11,0)

To add case-sensitivity, we use the EXACT function like this:

EXACT(B5:B11,E6)

Which returns an array of TRUE/FALSE values:

{FALSE;FALSE;FALSE;TRUE;FALSE;FALSE;FALSE}

This array goes into the MATCH function as the lookup_array. For lookup_value, we use TRUE with MATCH set to exact match mode by setting match_type to zero.

=MATCH(TRUE,{FALSE;FALSE;FALSE;TRUE;FALSE;FALSE;FALSE},0)

Match then returns the position of the first TRUE value found: 4.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon In Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

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

  • IF function: Description, Usage, Syntax, Examples and Explanation
  • Check multiple cells are equal in Excel
  • Nested IF function example in Excel
  • Not Equal To ‘<>‘ operator in Excel
  • FALSE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Get last day of month in Excel
  • WORKDAY.INTL function: Description, Usage, Syntax, Examples and Explanation
  • How to join date and text together in Excel
  • Get project end date in Excel
  • Get work hours between dates custom schedule in Excel

Grouping

  • Map text to numbers in Excel
  • Calculate conditional mode with criteria in Excel
  • If cell contains one of many things in Excel
  • Map inputs to arbitrary values in Excel
  • How to randomly assign data to groups in Excel

General

  • How to calculate percent variance in Excel
  • How to count total number of cells in a rectangular range in Excel
  • How to fill cell ranges with random number from fixed set of options in Excel
  • How to generate random number between two numbers in Excel
  • How to get Excel workbook path only
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning