Forum Discussion
mussaenda
7 years agoCommunity Champion
Get number between two numbers
Hi, I would like to ask if it's possible to get the number between the two numbers? Please see photo below. for example, the first red box From Entry No : 57 To Entry No : 60 What I ...
- 7 years ago
Using Power Query, add following custom column>>then expand to new rows
={[From Entry No_]..[To Entry No_]}
Zubair_Muhammad
7 years agoCommunity Champion
Using Power Query, add following custom column>>then expand to new rows
={[From Entry No_]..[To Entry No_]}- mussaenda7 years agoCommunity Champion
It worked perfectly!
Thank you Zubair_Muhammad