Forum Discussion
tameemyousaf
Helper I
5 years agoIncrement in Calculated Column
Hi Below is my data and last column is the required result. Can anyone please help.
- Anonymous5 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.
Anonymous
5 years agoNot applicable
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.