row_num,column_num,abs_num,a1,sheet_text!Creates a cell reference as text, given specified row and column numbers!is the ...

!row_num,column_num,abs_num,a1,sheet_text!!Creates a cell reference as text, given specified row and column numbers!is the row number to use in the cell reference: Row_number = 1 for row 1!is the column number to use in the cell reference. For example, Column_number = 4 for column D!specifies the reference type: absolute = 1; absolute row/relative column = 2; relative row/absolute column = 3; relative = 4!is a logical value that specifies the reference style: A1 style = 1 or TRUE; R1C1 style = 0 or FALSE!is text specifying the name of the worksheet to be used as the external reference!