Forum Discussion
Anonymous
5 years agoNot applicable
Countifs for each specific value
Dear friends how can i create calculated column that shown no. of rows that contain values or text in column for each specific reference number Example. Ref. number Values calculate column...
- 5 years ago
Anonymous , Create a new column like
countx(filter(Table, [Ref. number] =earlier([Ref. number]) && not(isblank([Values]))),[Values])
amitchandak
5 years agoSuper User
Anonymous , Create a new column like
countx(filter(Table, [Ref. number] =earlier([Ref. number]) && not(isblank([Values]))),[Values])
- Anonymous5 years agoNot applicable
thank you so much!! its works amitchandak