Hello, I have two columns:
Project - Include
I want to group all of the different projects based on the order they appear/are marked included (1,2,3,n).
How would I do this?
Example:
<tbody>
Project1
X
1
Project1
-
-
Project1
X
1
Project2
-
-
Project3
x
2
Project3
x
2
</tbody>