Forum Discussion

tameemyousaf's avatar
tameemyousaf
Helper I
5 years ago
Solved

Increment in Calculated Column

Hi  Below is my data and last column is the required result. Can anyone please help.    
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi tameemyousaf ,

     

    You can create the following column

    Required result = IF([Count]=0,0, RANKX(FILTER('Table',[Count]=0),[Number],,ASC,Dense))

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.