#spreadsheets
Read more stories on Hashnode
Articles with this tag
Problem description & analysis: Here below is a data table: Task: We want to insert one blank row when the values in two adjacent rows change, the...
Problem description & analysis: Here below is a data table: Task: Insert one row after the number 100, and fill in a001, a002, … in turn, like...
Problem description & analysis: The following is a data table, in which columns D and E have multiple lines of text, the number of lines is the same,...
Problem description & analysis: There is a data table, which stores some information of products. The first column is the serial number, and the...
Problem description & analysis: Here below is a data table: Task: Now we want to convert it to a row-based table, like this: Solution: Use SPL XLL...
Problem description & analysis: There is a data table. In this table, the products with the same name may have multiple colors. Task: Convert the...