Comments on: The Easiest Way to Jump to a Cell or Range in Google Sheets https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/ Google Sheets Tips & Tutorials Fri, 02 Feb 2024 13:10:56 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: jmarkus https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-13495 Fri, 02 Feb 2024 13:10:56 +0000 https://spreadsheetpoint.com/?p=1137#comment-13495 In reply to Bruce.

No problem Bruce! To jump to a specific cell without having to first click the start cell, right-click on the cell you want to link, select “Insert link,” and enter the cell reference in the format #gid=0&range=A1 where “0” is the sheet index and “A1” is the cell reference. Once the hyperlink is created, clicking on it will take you directly to the linked cell without the need for an intermediate step.

]]>
By: jmarkus https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-13487 Fri, 02 Feb 2024 13:03:21 +0000 https://spreadsheetpoint.com/?p=1137#comment-13487 In reply to David.

To quickly jump to a cell in Google Sheets based on today’s day-of-the-month, use the formula:
=HYPERLINK("#gid=0&range=" & ADDRESS(TODAY(), 1), "Go to Today's Cell")

This formula creates a clickable link that, when selected, will take you to the cell in the first column corresponding to today’s date. Customize the link text within the quotes as needed. If you’re not on the first sheet, replace 0 with the actual sheet index.

]]>
By: jmarkus https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-13478 Fri, 02 Feb 2024 12:53:22 +0000 https://spreadsheetpoint.com/?p=1137#comment-13478 In reply to Arun.

If you applied a filter in Google Sheets based on a condition in column A and want to jump to the 75th row meeting that condition, use a helper column (e.g., B) with a formula like =IF(YourCondition, ROW(), “”). Drag it down, then use =INDEX(FILTER(A:A, B:B <> “”), 75) to get the value in the 75th row. This dynamically adapts to changes in your filtered data while considering your specified condition. Replace YourCondition with the actual condition, and adjust column references as needed.

]]>
By: jmarkus https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-12458 Fri, 13 Oct 2023 11:56:29 +0000 https://spreadsheetpoint.com/?p=1137#comment-12458 In reply to Cello.

If you hold down the control button, then click an arrow, it will take you to the last cell before an empty cell. I hope this helps!

]]>
By: Cello https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-12300 Thu, 28 Sep 2023 20:36:10 +0000 https://spreadsheetpoint.com/?p=1137#comment-12300 Hi, I would to know how can you jump to the next A “BLANK” cell? Assuming I have like 800 rows already filled in on column A?

]]>
By: Tomy https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-11601 Tue, 06 Jun 2023 03:08:04 +0000 https://spreadsheetpoint.com/?p=1137#comment-11601 Nice info, thank you

]]>
By: Arun https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-10921 Fri, 27 Jan 2023 05:22:02 +0000 https://spreadsheetpoint.com/?p=1137#comment-10921 Hi,

Thank you for the detailed explanation.

I wanted to go to a specific count in a particular column. Let’s say my col. A has 150 rows with data, and when I apply a filter with a particular condition – the total rows now are 120. Is there a way if I can go to the 75th row count from the top (when the filter is applied)?

Thanks in advance.

BR,
Arun

]]>
By: Christopher Daniel https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-10709 Wed, 14 Dec 2022 03:09:56 +0000 https://spreadsheetpoint.com/?p=1137#comment-10709 In reply to Mark.

Hi, we have a full guide on building a table of contents here https://spreadsheetpoint.com/table-of-contents-google-sheets/

]]>
By: Mark https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-8894 Thu, 10 Mar 2022 13:43:00 +0000 https://spreadsheetpoint.com/?p=1137#comment-8894 Hello!

Thank you for the tips.
I use Google Sheets to make dynamic documents and export them as PDF.
I want to make a “Table of Contents” and make the Articles clickable links to jump to the clicked page/article.
How can I do that?
For now, if I make a hyperlink it jumps there but if I export the sheet as a document, from the exported PDF the links are referring to the sheet itself, not the PDF at the choosed topic. It is quite obvious it does this, since I got the link of the cell that contains the topic.

Thank you in advance!

]]>
By: David https://spreadsheetpoint.com/google-sheets-jump-to-cell-range/#comment-8642 Mon, 14 Feb 2022 20:17:03 +0000 https://spreadsheetpoint.com/?p=1137#comment-8642 How do you jump to a cell/range based on a calculated value. For example, let’s say I have fields with today’s day-of-the-month. (eg. 1,2,3,4,5…) in rows going down the table. I’d love to be able to go to, say, the value of =address(day(today()),1).

]]>