Power Query: transform a column by multiplying by another column

前端 未结 3 2144
余生分开走
余生分开走 2021-01-19 19:27

I want to do something similar to Power Query Transform a Column based on Another Column, but I\'m getting stuck on how to modify the syntax for my particular goal.

3条回答
  •  星月不相逢
    2021-01-19 19:57

    Assuming this doesn't need to be VBA and/or programmatic, you can just copy values in the first column, then highlight the values in the second column, and "Paste Special..." > Multiply.

    That will produce the results in the same place you paste the multiplier.

提交回复
热议问题