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

Data Analysis

  • Conditional Formatting Data bars Examples in Excel
  • How to Use Solver Tool in Excel
  • Chart Axes in Excel
  • Conditional Formatting Color Scales Examples in Excel
  • How to sum a total in multiple Excel tables

References

  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • How to get address of named range in Excel
  • How to get relative column numbers in a range in Excel
  • How to create dynamic named range with OFFSET in Excel
  • How to get first row number in range in Excel

Data Validations

  • Excel Data validation number multiple 100
  • Excel Data validation whole percentage only
  • Excel Data validation specific characters only
  • Excel Data validation must not contain
  • Excel Data validation date in specific year

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

  • How to use Excel AND Function
  • Excel If, Nested If, And/Or Criteria Examples
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function example in Excel
  • OR function Examples in Excel

Date Time

  • How to show last updated date stamp in Excel
  • How to calculate next scheduled event in Excel
  • Display Date is same month in Excel
  • Display the current date in Excel
  • How to calculate Quarter of Date in Excel

Grouping

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

General

  • Automatically fill series of cells in Excel using AutoFill
  • Basic text sort formula in Excel
  • Sum by group in Excel
  • How to calculate profit margin percentage in Excel
  • How to Create Calendar in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning