Vocordia

Get hands-on help with Vocordia

You can do it the hard way - reading guides, switching tabs, figuring it out step by step.

Or you can do it the easy way.

Vocordia is your AI copilot across Excel and any software on your screen - just say what you want, and your cursor will guide you step by step, so you can get it done instantly without leaving your window.

How to Find in Google Sheets

Google Sheets has a built-in **Find and replace** dialog with options for match case, regex, and search scope. For formulas, `FIND` and `MATCH` locate text or values in a range.

Quick find on the current sheet

  1. Press Ctrl + F (Windows) or Cmd + F (Mac).
  2. Type the value—Sheets highlights every match in real time.
  3. Use the up/down arrows in the bar to step through results.

Open Find and Replace

  1. Press Ctrl + H / Cmd + Shift + H for the full dialog.
  2. Choose Search: This sheet, All sheets, or Specific range.
  3. Enable Match case, Match entire cell, or Search using regular expressions as needed.
  4. Click Find to locate, Replace or Replace all to update.

Find with formulas

  • =FIND("abc", A2) returns the position of abc in A2 (case-sensitive).
  • =SEARCH("abc", A2) is case-insensitive.
  • =MATCH("abc", A2:A100, 0) returns which row in the range contains abc.

Find rows by criteria

Use DataCreate a filter, then click any column header''s filter icon to filter rows by value, condition, or text contains.

Try it faster with guidance

Skip the keyboard archaeology—let Vocordia guide you through it with voice and on-screen cursor guidance so you can find what you need in one shortcut.

That's the hard way.

Next time, just say what you want - and let your cursor guide you step by step to the result.