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


After being teased in the second beta, the new “Bubbles” feature is finally available in Android 17 Beta 3. This is the biggest change to Android multitasking since split-screen mode. I had to see how it worked—come along with me.

Now, it should be mentioned that this feature will probably look a bit familiar to Samsung Galaxy owners. One UI also allows for putting apps in floating windows, and they minimize into a floating widget. However, as you’ll see, Google’s approach is more restrained.

App Bubbles in Android 17

There’s a lot to like already

First and foremost, putting an app in a “Bubble” allows it to be used on top of whatever’s happening on the screen. The functionality is essentially identical to Android’s older feature of the exact same name, but now it can be used for apps in addition to messaging conversations.

To bubble an app, simply long-press the app icon anywhere you see it. That includes the home screen, app drawer, and the taskbar on foldables and tablets. Select “Bubble” or the small icon depicting a rectangle with an arrow pointing at a dot in the menu.

Bubbles on a phone screen

The app will immediately open in a floating window on top of your current activity. This is the full version of the app, and it works exactly how it would if you opened it normally. You can’t resize the app bubble, but on large-screen devices, you can choose which side it’s on. To minimize the bubble, simply tap outside of it or do the Home gesture—you won’t actually go to the Home Screen.

Multiple apps can be bubbled together—just repeat the process above—but only one can be shown at a time. This is a key difference compared to One UI’s pop-up windows, which can be resized and tiled anywhere on the screen. Here is also where things vary depending on the type of device you’re using.

If you’re using a phone, the current bubbled apps appear in a row of shortcuts above the window. Tap an app icon, and it will instantly come into view within the bubble. On foldables and tablets, the row of icons is much smaller and below the window.

Another difference is how the app bubbles are minimized. On phones, they live in a floating app icon (or stack of icons) on the edge of the screen. You are free to move this around the screen by dragging it. Tapping the minimized bubble will open the last active app in the bubble. On foldables and tablets, the bubble is minimized to the taskbar (if you have it enabled).

Bubbles on a foldable screen

Now, there are a few things to know about managing bubbles. First, tapping the “+” button in the shortcuts row shows previously dismissed bubbles—it’s not for adding a new app bubble. To dismiss an app bubble, you can drag the icon from the shortcuts row and drop it on the “X” that appears at the bottom of the screen.

To remove the entire bubble completely, simply drag it to the “X” at the bottom of the screen. On phones, there’s also an extra “Manage” button below the window with a “Dismiss bubble” option.

Better than split-screen?

Bubbles make sense on smaller screens

That’s pretty much all there is to it. As mentioned, there’s definitely not as much freedom with Bubbles as there is with pop-up windows in One UI. The latter allows you to treat apps like windows on a computer screen. Bubbles are a much more confined experience, but the benefit is that you don’t have to do any organizing.

Samsung One UI pop-up windows

Of course, Android has supported using multiple apps at once with split-screen mode for a while. So, what’s the benefit of Bubbles? On phones, especially, split-screen mode makes apps so small that they’re not very useful.

If you’re making a grocery list while checking the store website, you’re stuck in a very small browser window. Bubbles enables you to essentially use two apps in full size at the same time—it’s even quicker than swiping the gesture bar to switch between apps.

If you’d like to give App Bubbles a try, enroll your qualified Pixel phone in the Android Beta Program. The final release of Android 17 is only a few months away (Q2 2026), but this is an exciting feature to check out right now.

A desktop setup featuring an Android phone, monitor, and mascot, surrounded by red 'missing' labels


Android’s new desktop mode is cool, but it still needs these 5 things

For as long as Android phones have existed, people have dreamed of using them as the brains inside a desktop computing setup. Samsung accomplished this nearly a decade ago, but the rest of the Android world has been left out. Android 17 is finally changing that with a new desktop mode, and I tried it out.



Source link