Forum Discussion

Pan_Forex's avatar
Pan_Forex
Helper III
3 years ago
Solved

linear progression

Hello guys, do you have any idea how to easily add a fixed increment? The only thing I can think of is the if function, but I have several thousand rows and would prefer to streamline it 🙂 Simple da...
  • FreemanZ's avatar
    FreemanZ
    3 years ago

    hi Pan_Forex 

    then try this:

    y = 1- TRUNC( [x]/1000)*0.01

     

    please consider @ someone, if you seek further suggestions.