Forum Discussion
tameemyousaf
5 years agoHelper I
Increment 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.
tameemyousaf
5 years agoHelper I
Jihwan_Kim Thanks for your response. Actually number is the serial number and what if the number is same?
Jihwan_Kim
5 years agoSuper User
- tameemyousaf5 years agoHelper I
Jihwan_Kim I will differentiate each row with count column. If count column is showing zero against sigle date and same serial number then the required result should increment the data.