Hi everyone, i’d like to share the NEW version to my custom activity. Feel free to use it and ask any questions
for v1.0,1.1 thread :
v1.2
v1.3 functions
1. Find column letter of text in row - Returns column letter where the specified string exists in the specified rows.
Input
- in_excelPath – excel path
- in_rowNumberToSearch – the row number you want to search in
- in_SheetName - sheet
- in_textToSearch – the text you want to search for
Output
- found column Letter
2. Drag formulas in one or more columns - Drag formulas in one or more columns.
Inputs
-
in_excelPath- excel path
-
in_sheetName – sheet
-
in_columnLettersList_String – columns where you want to drag formula e.g. “K,L” means you
want to drag formulas in column K and L -
first formula row – row containing the first formula (robot will use this row and drag to the rows
below) -
clearFirst – if TRUE, will clear the old formulas before dragging again
-
index column Letter – the column that will determine how long to drag the formulas
a. Example: If index column letter = “F”, then formulas will be dragged to row 15 because
the last row of column F = 15
b. if blank, then formula will be dragged to the last row of the whole sheet