Forum Discussion
LukeReds
2 years agoHelper II
How to extract elemens from a list using List.Alternate
Hi to everyone, i have this list, numbers from 1 to 12 {1..12}, for extracting 1,4,7,10 i use = List.Alternate(Source,2,1,1) for extracting 3,6,9,12 i use = List.Alternate(Source,2,1,0) How ...
- 2 years ago
= pls try this code
= List.Alternate(List.Range({1..12},1),2,1,1)