我想在我的 Google 表格 CSV 中创建一个列 (SKU),当在每个单元格中手动输入数据时,它将自动填写其他 3 列(标题、颜色、大小)中的内容。
我创建了一个示例 CSV,其中突出显示了必要的列。
Column B - Product title
Column I - Colour
Column K - Size
Column N - SKU
示例 SKU 输入(手动输入到 N 列)
L24-1-000
C-2-150
分配给每个部分的值的细分:
L24 = Lightweight trainers
S24 = Sandals
1 = Blue
2 = Red
000 = 0
150 = 1.5
输出(在 B、I 和 K 列中自动生成)
'Lightweight trainers', 'Blue', '0'
'Sandals', 'Red', '1.5'
链接到 CSV
https://docs.google.com/spreadsheets/d/1E6NypRcWk4kR7WGsyEzt7Uuja8dU7SaszT9lvJPpHcg/edit?usp=sharing