How to use the FIND function in Microsoft Excel


Most of Excel’s functions and tools ignore the difference between capital and lowercase letters, which is fine until a case-sensitive ID breaks your workflow. The FIND function is a strict gatekeeper for your data, treating casing as a critical data point rather than a suggestion.

How the FIND function works in Excel

Master the syntax for case-sensitive precision

The FIND function locates a specific character or text string and returns its numerical position. Unlike the SEARCH function, this tool is strictly case-sensitive.

It uses three arguments:

=FIND(find_text, within_text, [start_num])

where:

  • find_text (required) is the text you want to locate (in “double quotes“). Note that FIND does not support wildcards.
  • within_text (required) is the cell or string containing the data you want to analyze.
  • start_num (optional) is the character position where the search begins.

If FIND cannot find an exact case-sensitive match, it returns the #VALUE! error.

To follow along as you read this guide, download a free copy of the Excel workbook used in the examples. After you click the link, you’ll find the download button in the top-right corner of your screen, and when you open the file, you can access each use case below on a separate worksheet tab.

Use case 1: Flagging tier IDs with case-sensitive matches

Differentiating between human and automated accounts

In many Excel spreadsheets, casing is the only thing separating two categories of data. For example, an uppercase “A” might represent a human associate, while a lowercase “a” represents an automated system account.

The scenario: In your T_Staff table, you need to label rows where the ID contains a capital “A” anywhere in the text as “Human,” and all others as “System.”

An Excel table with IDs in column A, names in column B, roles in column C, statuses in column D, and a blank Type column in column E.

An Excel spreadsheet in the background with the Excel logo in front.


Everything You Need to Know About Excel Tables (And Why You Should Always Use Them)

This could totally change how you work in Excel.

In cell E2, type this formula and press Enter:

=IF(ISNUMBER(FIND("A", [@ID])), "Human", "System")
IF, ISNUMBER, and FIND used in Excel to identify IDs containg a capital A, returning Human if so, or System if not.

Here’s how it works:

  • FIND(“A”, [@ID]) hunts for the uppercase “A” specifically. If it finds a lowercase “a,” it returns an error.
  • ISNUMBER(…) checks the result. If it sees a number (the position of “A”), it returns TRUE. If it sees an error, it returns FALSE.
  • IF(…) provides the final labels based on the TRUE/FALSE result.

Use case 2: Highlighting rows containing “Pro” vs “pro”

Applying case-sensitive rules to conditional formatting

You can use FIND in Excel to change the color of an entire row whenever a specific keyword appears.

The scenario: You want any row in your T_Inventory where the status contains the text string “Pro” anywhere within it to turn light green.

An Excel table with IDs in column A, product names in column B, statuses in column C, and categories in column D.

Here’s what you need to do:

  1. Select your table (excluding the headers), starting in cell A2.
  2. Go to Home > Conditional Formatting > New Rule.
  3. Click Use a formula to determine which cells to format.
  4. Click Format to set your fill color to light green.
  5. Enter the following in the formula field, then click OK:
=ISNUMBER(FIND("Pro", $C2))

You might notice that we didn’t use a structured table reference (like [@Status]) here. This is because Excel’s conditional formatting requires standard cell references. But you don’t have to worry about updating it if you add more rows to your table—Excel is “smart” enough to automatically expand this rule.

Because FIND is case-sensitive, it ignores the lowercase “pro” rows. The dollar sign ($C2) locks the search to the Status column while allowing the formatting to apply to the whole row.

A formula that uses ISNUMBER and FIND is used in Excel's Conditional Formatting to format all rows in a table whose status is Pro (capital 'P').

A magnifying glass showing some conditional formatting options in Excel.


I Use Conditional Formatting in Most Spreadsheets: Here’s Why

Conditional formatting is a non-negotiable.

Use case 3: Validating data with positional logic

Locate the exact coordinates of characters for complex rules

Excel’s FIND function can be used as a measuring tape. Because it returns a numerical coordinate (the character position), you can trigger actions only when a character appears at a specific point in a cell.

The scenario: “Legacy” codes in your T_ProductCodes table must contain a capital “H” within the first three characters. In all other scenarios (such as the “H” appearing later or not at all), the item is categorized as “Standard.”

An Excel table with codes in column A, departments in column B, batches in column C, and a blank Type column in column D.

The formula for cell D2 is as follows:

=IF(ISNUMBER(FIND("H", LEFT([@Code], 3))), "Legacy", "Standard")
IF, ISNUMBER, FIND, and LEFT used in an Excel formula to identify codes with a capital 'H' in the first three characters.

In this example:

  • LEFT([@Code], 3) slices off the first three characters of the code (for example, “H-9”, “1H-“, “77H”, and so on).
  • FIND(“H”,…) looks for the capital “H” only within that tiny three-character window. If it’s there, it returns the position of the first occurrence (1, 2, or 3). If it’s missing, it returns an error.
  • ISNUMBER(…) checks whether FIND returns a number. If so, it returns TRUE; otherwise, it returns FALSE.
  • IF(…) returns “Legacy” if ISNUMBER returns TRUE, or “Standard” if it returns FALSE.

If the “H” is at positions 1, 2, or 3, it returns “Legacy.” If it’s at position 4 or later (or missing entirely), it returns “Standard.” By using FIND instead of a standard search, you ensure that a stray lowercase letter never accidentally triggers the wrong status.


Modern Excel functions like MAKEARRAY and SORTBY often get the headlines. But legacy ones like FIND remain the backbone of top-level data management. For power users, these aren’t just “old” functions—they’re daily essentials that offer logic and transparency that modern “smart” tools often lack. By leaning on these stable foundations, you ensure your work remains professional, accurate, and accessible to everyone.

OS

Windows, macOS, iPhone, iPad, Android

Free trial

1 month

Microsoft 365 includes access to Office apps like Word, Excel, and PowerPoint on up to five devices, 1 TB of OneDrive storage, and more.




Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


Serials have become the backbone of the streaming era, especially on Netflix. Serialized television is when a show’s plot unfolds in sequential order over the course of a season. It’s long-form storytelling that typically works best with dramas—Stranger Things, The Crown, etc. Watching the episodes in release order matters. Often, these shows are binged because the complex character arcs and cliffhangers encourage streaming multiple episodes at once.

Serial shows can feel like homework, especially when you fall behind on an episode and need to catch up. That always happens to me, and it leads to anxiety I didn’t want. Thankfully, Netflix offers shows where viewers can jump at any time and not feel lost. These episodic series are perfect for jumping around and picking the episodes you want to watch. One of the most famous comedies ever fits the criteria of an episodic sitcom. Anthology shows, including a Netflix sci-fi classic, are also ideal for watching episodes out of order.

Black Mirror

Welcome to your worst nightmare

Black Mirror wants to scare you. Charlie Brooker’s sci-fi anthology series has been warning humanity about the dangers of technology since 2011. It seems like ages ago that Rory Kinnear had sexual intercourse with a pig in the first episode. Apologies for the spoiler, but the media’s role in the spread of misinformation has never been more relevant.

Black Mirror features self-contained episodes with a beginning, middle, and an end. There has only been one direct sequel: USS Callister: Into Infinity, a season 7 episode that continues the events of season 4’s USS Callister. Otherwise, feel free to jump around and check out the best episodes of each season. Since most episodes feature bleak endings, I’ll leave you with one that ends on an upbeat note: San Junipero.

Seinfeld

Greatest comedy ever?

Comedies are the perfect vehicle for episodic storytelling. While having an overarching plot throughout a season helps attract viewers, many comedy fans are just looking for a few laughs. Write a self-contained story with numerous jokes over 20 to 30 minutes, and you’re ready to go. Seinfeld, aka the show about nothing, is the ideal escape from serialized dramas.

Seinfeld stars Jerry Seinfeld as a fictionalized version of himself as he navigates the comedic scene in New York City. The show revolves around Jerry’s interactions with his friends George (Jason Alexander), Elaine (Julia Louis-Dreyfus), and Kramer (Michael Richards). The gang faces a problem, hilarity ensues, and the episode ends. That’s really all you need to know. Enjoy the laughs.

Guillermo del Toro’s Cabinet of Curiosities

The genre maestro curates new horror stories

There’s a reason why Guillermo del Toro is considered the “King of the Monsters.” The genre expert is as elite as it comes when dealing with mythology and creating new worlds. The Oscar winner relied on his horror expertise in the anthology series Guillermo del Toro’s Cabinet of Curiosities.

I hate referring to episodes of television as “mini-movies.” However, that’s how I would describe the eight episodes of Cabinet of Curiosities. Each director puts their own signature style on a story and brings audiences into their terrifying creation. Del Toro wrote two of the episodes, including one about a demon being summoned. Some are scarier than others, but horror fans will feel right at home with this series. ​​​​​​​

Beat Bobby Flay

Bobby brings the heat

As I’ve gotten older, the Food Network has become one of my favorite channels. I mean, who doesn’t love food? I love eating my (average) home-cooked meal while watching contestants duke it out in the kitchen on my favorite show, Beat Bobby Flay. The competition breaks down into two rounds. In the first round, two chefs have 20 minutes to construct a meal using a secret ingredient. The winner advances to the main event, where they face off against Bobby Flay.

The challenger gets to pick the dish for the final round, so Bobby has a disadvantage. However, Bobby is an award-winning chef with a few tricks up his sleeves. He can handle making a version of your grandmother’s lasagna. With episodes available on Netflix, be prepared to learn why Bobby always throws chiles into his dishes.​​​​​​​

S.W.A.T.

Broadcast TV still knows how to make entertaining programs

The procedural is a genre best produced on broadcast television. Name a cop, doctor, or law drama—chances are it’s a procedural on broadcast TV. While the way we watch television has changed, people still love these types of shows on CBS, NBC, Fox, and ABC. Law & Order, NCIS, and Criminal Minds are procedurals that gained a bigger following thanks to streaming.

S.W.A.T. is cut from the same cloth as Chicago P.D. and CSI. Sergeant Daniel “Hondo” Harrelson (Shemar Moore) is tasked with leading a new S.W.A.T. unit in the LAPD. This action-packed show utilizes a “case of the week” formula in which the team must solve a dangerous situation, such as active shooters and hostage situations. You’re in and out in 44 minutes. What’s better than that?​​​​​​​


Netflix has more content coming your way

After you’re done watching these shows, stay on Netflix for more top-notch content. Netflix has an entire section dedicated to thrillers, and this week, The Guilty and El Camino are two of the section’s best. Keep an eye out for new movies, like Alan Ritchson’s War Machine, which is currently in the streamer’s top 10.

Subscription with ads

Yes, $8/month

Simultaneous streams

Two or four




Source link