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
  • How to Create Thermometer Chart in Excel
  • Subtotal function in Excel
  • Conditional Formatting New Rule with Formulas in Excel
  • How To Load Analysis ToolPak in Excel

References

  • Two-way lookup with VLOOKUP in Excel
  • Basic INDEX MATCH approximate in Excel
  • How to get first column number in range in Excel
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to get relative column numbers in a range in Excel

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation require unique number
  • Excel Data validation only dates between
  • Excel Data validation must not contain
  • Excel Data validation date in next 30 days

How to compare two text strings in Excel

by

If you need to compare two text strings in Excel to determine if they’re equal, you can use the EXACT function.

Formula

=EXACT(text1, text2)

Explanation

For example, if you want to compare A2 with B2, use:

=EXACT(A2,B2)

If the two strings are identical, EXACT will return TRUE. If not, EXACT will return FALSE. You can use this result inside the IF function to display a message or make a conditional calculation. For example, to display the message “Yes” for a match and “No” if not, use:

=IF(EXACT(A2,B2),"Yes","No")

Note the EXACT function is case sensitive. If you don’t care about case, you can simply use the equal sign like so:

=A2=B2

Visit: Case-sensitive and case-insensitive ways to Compare Text in Excel examples.

This formula will return TRUE or FALSE, and will treat “Apple” and “apple” as the same.

Post navigation

Previous Post:

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

Next Post:

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

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

  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • Complete List of Excel Logical Functions, References and Examples
  • How to return blank in place of #DIV/0! error in Excel
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel AND Function

Date Time

  • Add months to date in Excel
  • Count times in a specific range in Excel
  • Get month name from date in Excel
  • Convert text date dd/mm/yy to mm/dd/yy in Excel
  • Convert text to date in Excel

Grouping

  • How to randomly assign data to groups in Excel
  • Running count group by n size in Excel
  • Group arbitrary text values in Excel
  • If cell contains one of many things in Excel
  • Map inputs to arbitrary values in Excel

General

  • With vs Without Array Formula in Excel
  • How to get Excel workbook path only
  • Subtotal by invoice number in Excel
  • Basic error trapping example in Excel
  • How to calculate percentage of total in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning