How to insert another document / link to a document into a cell on a spreadsheet

I'm a new user of "Numbers".


Currently trying to create an ever evolving spreadsheet.


I would like certain titles in a cell to link to other "Numbers" documents on the computer. To open the referanced document when clicked on.

Any suggestions?

iMac, OS X Mavericks (10.9.2)

Posted on Mar 15, 2014 12:02 PM

Reply
5 replies

Mar 15, 2014 6:01 PM in response to seshine

Numbers can link to, and open web pages, and can use a link to open a new, addressed email message in Mail.


That is all.


Use the Provide Numbers Feedback item in the Numbers menu to request other features, such as the ability to link to other Numbers documents (or to bookmarks in the same document).


Regards,

Barry

Mar 17, 2014 12:57 PM in response to seshine

I would like certain titles in a cell to link to other "Numbers" documents on the computer. To open the referanced document when clicked on.


Actually, this is easily done with Numbers 3. You just need to use a feature built into all Macs. Instead of clicking a cell to open other document, you click once on the cell, hit a keyboard shortcut, and the other Numbers document (actually you can specify any other file too) opens.


First you need to install this Open File Automator Service (Dropbox download). Just double-click (and if necessary click "Download Anyway" in System Preferences > Privacy & Security).


Then assign a keyboard shortcut at System Preferences > Keyboard > Shortcuts.


User uploaded file


Your Numbers Services menu will now look something like this:


User uploaded file


After this one-time, two-minute set-up, now all you have to do is select a Numbers cell containing a file's address and hit option-shift-command-l (or whatever keyboard shortcut you have chosen) and the Numbers document (or other file) pops open.


To get a proper file address to paste into a Number's cell you can use a script like this (just paste into AppleScript Editor to run, or you can easily install it in your menu as an Automator Service):


set f to choose file with prompt "Choose a file" --of type {"numbers"}

set myPath to POSIX path of f as text

set the clipboard tomyPath



Again, very easy to use. Run, select a file when prompted, click a cell in Numbers, and command-v to paste. The format will be as shown in the screenshot (ie., with the / rather than the : that you sometimes see).


SG

Mar 17, 2014 3:38 PM in response to seshine

Great, look forward to hearing how it goes. It's much easier to set up than it looks at first glance. And thereafter, it's like any other menu pick.


Another tip: if you're likely to move the files around on your Mac, you can first create aliases, put the aliases in a folder you are unlikely to move, and use the script to get the path to an alias, and paste that into Numbers.


SG

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to insert another document / link to a document into a cell on a spreadsheet

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.