Difference between revisions of "Manuals/calci/ADDRESS"

From ZCubes Wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
  
{| width="297" cellpadding="2"
+
{|
 
|-
 
|-
| width="81" |
+
| width="81"  
'''AN'''
+
|AN
| width="208" |
+
| width="208"  
'''types of reference'''
+
|types of reference
 
|-
 
|-
| width="81" |
+
| width="81"
1 or omitted
+
|1 or omitted
| width="208" |
+
| width="208"
Absolute
+
|Absolute
 
|-
 
|-
| width="81" |
+
| width="81"  
2
+
|2
| width="208" |
+
|width="208"  
Absolute row,relative column
+
|Absolute row,relative column
 
|-
 
|-
| width="81" |
+
| width="81"
3
+
|3
| width="208" |
+
| width="208"
Relative row,absolute column
+
|Relative row,absolute column
 
|-
 
|-
| width="81" |
+
| width="81"  
4
+
|4
| width="208" |
+
| width="208"
Relative
+
|Relative
 
|}
 
|}
  

Revision as of 05:56, 12 November 2013


Description

This function generates a cell address as text, given specified row and column numbers. ADDRESS(RN,CN,AN,A1,CText)

where RN is the row number ,CN is the column number to use in the cell reference.

AN specifies the type of reference to return.


width="81" AN width="208" types of reference
width="81" 1 or omitted width="208" Absolute
width="81" 2 width="208" Absolute row,relative column
width="81" 3 width="208" Relative row,absolute column
width="81" 4 width="208" Relative


A1   is a logical value

CText  is text specifying the name of the calcisheet to be used as the external reference.