CellCalc

Calculate the cell position of Excel.

Input/Output

Number of Connections: Min: 1/Max:3
InputData TypeDescription
Input1StringString which represents cell position
Input2IntegerSets the Row property. (optional)
Input3IntegerSets the Col property. (optional)

OutputData TypeDescription
Output1StringA result

Property

NameProperty TypeDescription
Targetchoice Specifies the target to calculate when the string is formatted as "<Start>:<End>".
both - Calculate both start cell and end cell
Input string may not include end cell.
from - Calculate only start cell
If input string includes end cell, end cell is not changed.
to - Calculate only end cell
If input string includes start cell, start cell is not changed.
RowintSpecifies a numeric value to add to row
A negative value can be used.
ColintSpecifies a numeric value to add to column
A negative value can be used.

Topic

Example

PropertyOutput
Input1A1:E10TargetbothC1:G10
Row0
Col2

PropertyOutput
Input1Sheet1!C5:E10TargettoSheet1!C5:C8
Row-2
Col-2