Difference between revisions of "Manuals/calci/HYPERLINK"

From ZCubes Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=HYPERLINK(link_loc, name)=
+
<div style="font-size:30px">'''HYPERLINK (URL,Name)'''</div><br/>
  
*where '''link_loc''' is the path of the document or file
+
*where '''URL''' is the path of the document or file
*'''name''' is the name of the document or file to open.
+
*'''Name''' is the name of the document or file to open.
 
+
**HYPERLINK(), creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet.
HYPERLINK() creates a shortcut that opens a document stored on a network server.
 
  
 
== Description ==
 
== Description ==
  
 
*A hyperlink is a reference that points to data or a document. By clicking on the cell that contains HYPERLINK function, Calci opens the specified document.
 
*A hyperlink is a reference that points to data or a document. By clicking on the cell that contains HYPERLINK function, Calci opens the specified document.
*'''link_loc''' can be a text string enclosed in quotation marks or a cell that contains the link as a text string.
+
*'''URL''' can be a text string enclosed in quotation marks or a cell that contains the link as a text string.
*'''link_loc''' can be a reference to a word document, a spreadsheet, any image on server or internet etc.
+
*'''URL''' can be a reference to a word document, a spreadsheet, any image on server or internet etc.
 
*If the jump location specified in the argument does not exist or cannot be navigated, Calci displays an error.
 
*If the jump location specified in the argument does not exist or cannot be navigated, Calci displays an error.
*'''name''' is the text or a numeric value. If '''name''' is omitted, the link location is displayed as jump text.
+
*'''Name''' is the text or a numeric value. If '''Name''' is omitted, the link location is displayed as jump text.
  
 
== Examples ==
 
== Examples ==
Line 47: Line 46:
 
2)To open a Microsoft word document "My_Profile" stored on C drive of computer, following command can be used -
 
2)To open a Microsoft word document "My_Profile" stored on C drive of computer, following command can be used -
 
  =HYPERLINK("C:\Profile\My_profile.doc","My_Profile")
 
  =HYPERLINK("C:\Profile\My_profile.doc","My_Profile")
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|ZLelEYv6yPE|280|center|HYPERLINK}}
  
 
== See Also ==
 
== See Also ==
Line 55: Line 58:
  
 
*[http://en.wikipedia.org/wiki/Hyperlink Hyperlink]
 
*[http://en.wikipedia.org/wiki/Hyperlink Hyperlink]
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 13:47, 23 August 2018

HYPERLINK (URL,Name)


  • where URL is the path of the document or file
  • Name is the name of the document or file to open.
    • HYPERLINK(), creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet.

Description

  • A hyperlink is a reference that points to data or a document. By clicking on the cell that contains HYPERLINK function, Calci opens the specified document.
  • URL can be a text string enclosed in quotation marks or a cell that contains the link as a text string.
  • URL can be a reference to a word document, a spreadsheet, any image on server or internet etc.
  • If the jump location specified in the argument does not exist or cannot be navigated, Calci displays an error.
  • Name is the text or a numeric value. If Name is omitted, the link location is displayed as jump text.

Examples

Click Here
C:\Profile\My_Profile.doc

HYPERLINK can be used in following ways -

1)To open a Google website from Calci spreadsheet, following command can be used -

=HYPERLINK("http://www.google.com","Click here")

2)To open a Microsoft word document "My_Profile" stored on C drive of computer, following command can be used -

=HYPERLINK("C:\Profile\My_profile.doc","My_Profile")

Related Videos

HYPERLINK

See Also

Reference