Forum Discussion
mrslyfox
8 years agoHelper II
division 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
8 years agoResolver I
You 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.