[Solved] Spreedsheets cell to cell click link same workbook

Discuss the spreadsheet application
Post Reply
jjordy82
Posts: 3
Joined: Sun Nov 19, 2017 11:47 pm

[Solved] Spreedsheets cell to cell click link same workbook

Post by jjordy82 »

Ok here is what I am trying to do. I have many different spreedsheet on one work book and what I need is to make a quick link where for example ss1 has Gus on a5 and ss5 has Gus on a30. Ss1 is like a table of contents. How do I make it so that I click on ss1 Gus and it takes me to ss5 gus
Last edited by Hagar Delest on Mon Nov 20, 2017 11:32 pm, edited 2 times in total.
Reason: tagged [Solved].
Open office 4.1.3 windows 10
FJCC
Moderator
Posts: 9280
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: 2 spreed sheets cell to cell click link same work book

Post by FJCC »

You can use the HYPERLINK() function. Here is an example from the help section
=HYPERLINK("#Sheet1.A1";"Go to top")
displays the text Go to top and jumps to cell Sheet1.A1 in this document.[/code]
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
jjordy82
Posts: 3
Joined: Sun Nov 19, 2017 11:47 pm

Re: 2 spreed sheets cell to cell click link same work book

Post by jjordy82 »

Re wrote what I was asking I tried but it didn't make a link
Open office 4.1.3 windows 10
FJCC
Moderator
Posts: 9280
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: 2 spreed sheets cell to cell click link same work book

Post by FJCC »

Click on the text in cell Sheet1.A3 and it will take you to Sheet2.A4
Attachments
Hyperlink.ods
(8 KiB) Downloaded 127 times
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
jjordy82
Posts: 3
Joined: Sun Nov 19, 2017 11:47 pm

Re: 2 spreed sheets cell to cell click link same work book

Post by jjordy82 »

Thank you that is exactly what I was looking for
Open office 4.1.3 windows 10
Post Reply