let
源 = Excel.CurrentWorkbook(){[Name="表1"]}[Content],
xinlie = {1..3},
zip = List.Zip({源[B],xinlie}),
自定义1 = List.Accumulate(zip,源,(x,y)=>Table.ReplaceValue(x,y{0},y{1},Replacer.ReplaceValue,{"B"}))
in
自定义1
之前考虑过这个问题,暂时想到这种处理方式
专栏文章
没有任何数据~~
最近问题