Excel Go To Feature: Jump to Any Cell Instantly

Learn how to quickly locate cells using the Go To tool.

You're staring at a 3,000-row sheet. Your formula is about to run, and you need to check cell C450 before it does. Scrolling isn't an answer, not when the Excel Go To feature gets you there in two keystrokes. By the end of this guide, you'll be able to jump to any cell reference or named range instantly, understand what the Go To history list does, and know exactly when to use Go To Special instead. One prerequisite: you'll need desktop Excel open (Windows or Mac, either works). If you're on Excel Online through Office 365, Go To isn't available there, and I'll explain why that matters in the mistakes section.

Most tutorials skip straight to formulas and assume you can find your way around a large sheet on your own. That's a teaching gap, not a user failing. This covers the part most guides leave out. If you're newer to the Excel environment overall, the Excel for Beginners starter guide has useful context before you continue here.


Step 1: Open the Go To Dialog Box with a Keyboard Shortcut

Once you've got your worksheet open, triggering the Go To dialog box takes one keystroke. Two, if you're on Mac.

Windows: F5 or Ctrl+G

On Windows, press F5 and the Go To dialog box opens immediately. That's it. If F5 doesn't work (some keyboards or laptop manufacturers remap function keys), press Ctrl+G instead. Both shortcuts open the exact same dialog in Microsoft 365 and older versions of Excel going back further than most people still use.

I've had colleagues use Excel for years without knowing either shortcut exists. They were clicking Home → Find & Select → Go To through the ribbon every time. That ribbon path works fine, but it's three clicks versus one key. Scrolling is also an option. I just try not to recommend it.

Mac Excel: Cmd+G (and When to Use the Fn Key)

On Mac Excel, the shortcut is Cmd+G. On most MacBooks, the function keys double as media or brightness controls, so if pressing F5 changes your screen brightness instead of opening Excel, that's your keyboard configuration, not a bug. Either use Cmd+G directly, or hold the Fn key while pressing F5 to force it as a function key. Cmd+G is honestly cleaner on a Mac, I'd just use that.

No matter which method you used to open the dialog, you're now looking at a small box with a Reference field and, if you've used it before, a short list of previous cell addresses. That list matters, more on it in the next step.


Step 2: Navigate to a Cell Using the Excel Go To Feature

Now that the dialog is open, you have two main ways to use it: jump to a specific cell address, or jump to a named range. They look identical from the outside (you type something into the Reference field and press Enter), but the behavior differs slightly.

Jumping to a Cell Reference

Type any valid cell address into the Reference field, like C450, AB12, or even a range like D5:D200, and press Enter. Excel moves your active cell there instantly and highlights the range if you entered one. That's the whole mechanism for cell reference navigation. Fast, reliable, works in every version of desktop Excel I've used across 18-plus years.

One thing most articles don't mention: Excel maintains a Go To history list. Every time you use Go To to jump somewhere, the address gets added to the list inside the dialog. Next time you open it, those previous locations are sitting there. Handy when you're bouncing between two distant sections of a large sheet repeatedly.

Jumping to a Named Range

Instead of a cell address, type the name of any named range you've defined in the workbook. If you have a range called SalesData, typing that into the Reference field and pressing Enter will jump directly to it. This is particularly useful when you're working with large models where the data you need is well outside your current view and you don't remember which row it starts on.

If the named range doesn't exist yet (meaning you typed a name you think you created but didn't save), Go To will throw an error. I'll cover that in the mistakes section.


Step 3: Understand Go To Special (And When You Actually Need It)

With basic Go To working, it's worth understanding what Go To Special is, because they're different tools that live in the same dialog, and conflating them causes confusion.

Basic Go To jumps to a location you specify. Go To Special selects cells based on what's in them: blanks, formulas, constants, cells with errors, precedents, dependents. You access it by opening the Go To dialog and clicking the Special button in the lower left.

I use Go To Special as part of a pre-run audit before any formula touches a large dataset. Selecting all blank cells in a range before running a calculation is the kind of check that prevents silent errors, the ones that don't throw a warning but quietly break your output. I learned that the hard way during a presentation that went wrong because I hadn't checked for blanks first. That's a longer story, but Go To Special is now part of my standard workflow. The Excel interface and navigation guide covers the broader context of where these tools live if you want the full picture.


Common Mistakes When Using Go To in Excel, and How to Sidestep Them

Three stumbles come up repeatedly, and one of them trips up even experienced users.

  1. Excel Online doesn't support Go To. If you're using Excel through a browser on Office 365 and the keyboard shortcuts aren't working, it's not your keyboard. The Go To dialog (including Go To Special) isn't available in the online version. It's a desktop-only feature. I used to forget this constantly when switching between my local file and a shared browser version. The fix is to open the file in the desktop app instead.
  2. Typing a named range that isn't defined. Go To will return an error if the name you enter doesn't exist in the workbook. Before assuming something is broken, open the Name Manager (Formulas tab → Name Manager) and confirm the range name is actually there.
  3. Ctrl+G conflicts in a browser tab. If you have Excel Online or any web tab open and press Ctrl+G, your browser may intercept the shortcut. This one surprises people in 2026 more than it used to, now that so many workflows mix browser tabs with desktop apps. The solution is to click into the actual Excel window first, or just use F5 on desktop.
If you take one thing from this article: press F5 or Ctrl+G before you start scrolling. Two keystrokes gets you anywhere in the sheet. Scrolling through 50,000 rows to find a blank cell is the spreadsheet equivalent of copying data by hand. There's a better tool, and now you know it's there.

Frequently Asked Questions

What is the keyboard shortcut for Go To in Excel?

On Windows, press F5 or Ctrl+G to open the Go To dialog box. On Mac Excel, use Cmd+G. If your Mac laptop's F5 key controls media or display settings instead, hold the Fn key while pressing F5, or just use Cmd+G directly.

What is the difference between Go To and Go To Special in Excel?

Go To jumps to a specific cell address or named range that you type in manually. Go To Special, accessed via the Special button inside the same dialog, selects cells based on their content type, such as blanks, formulas, or constants. They share a dialog but serve different purposes.

Is Go To Special available in Excel Online?

No. Both Go To and Go To Special are desktop-only features in Microsoft Excel. Users working in Excel Online through Office 365 in a browser won't find the Go To dialog. The shortcuts either do nothing or trigger browser actions instead. Open the file in the desktop app to access these tools.

How do I navigate to a named range using Go To in Excel?

Open the Go To dialog with F5 or Ctrl+G, then type the exact name of your named range into the Reference field and press Enter. Excel will jump directly to that range. If you get an error, check the Name Manager under the Formulas tab to confirm the range name exists in the workbook.