Replaces a specified number of rows, {2}, in the input {0} with the specified {3}, beginning after the {1}. The {3} parameter is a list of records.
- {0}: The table where the replacement is performed.
- {1}: The number of rows to skip before making the replacement.
- {2}: The number of rows to replace.
- {3}: The list of row records to insert into the {0} at the location specified by the {1}.
Replace the column name "c" with "C" in the table ({[a = 1, b = 2], a = 3, b = 4], a = 5, b = 6]}) and ignore if the column ...
Replace the contents of the selected PowerPivot table with the contents of the Clipboard. You must copy the data to the Clipboard ...
Replace the error value in column A with the text "hello" and in column B with the text "world" in the table ({[a = ., b ...
Replace the rows a = 1, b = 2 and a = 2, b = 3 with a = -1, b = -2],[a = -2, b = -3 in the table ({[a = 1, b = 2], a = 2, ...
Replaces a specified number of rows, {2}, in the input {0} with the specified {3}, beginning after the {1}. The {3} parameter ...
Replaces all the specified rows in the {0} with the provided ones. The rows to replace and the replacements are specified ...
Replaces the error values in the specified columns of the {0} with the new values in the {1} list. The format of the list ...
Replaces the {1} text in the original {0} with the {2} text. This replacer function can be used in List.ReplaceValue and ...
Replaces the {1} value in the original {0} with the {2} value. This replacer function can be used in List.ReplaceValue and ...