Forum Discussion
mrslyfox
Helper II
8 years agodivision into even and odd
Dear Colleagues, Looking for ideas how to create calculated columns which can represent results in the folowing way Date Customer Product Product ID Customer Order Nr Number of Carriers ...
- 8 years agoYou can do this using Power Query Editor.
Add an index column starting at 1. Then transform this using standard > modulo with a divisor of 2.
Lind25
Resolver I
8 years agoYou can do this using Power Query Editor.
Add an index column starting at 1. Then transform this using standard > modulo with a divisor of 2.
Add an index column starting at 1. Then transform this using standard > modulo with a divisor of 2.