Hi,
i have the below dataset of 3 columns i need the 4th column (custom colum) to count the how many times "red" appears in total.
I tried List.Cotainsall but this is just true and false.
Thanks again
i have the below dataset of 3 columns i need the 4th column (custom colum) to count the how many times "red" appears in total.
I tried List.Cotainsall but this is just true and false.
Colour1 | Colour2 | Colour3 | Custom Column |
red | red | blue | 2 |
blue | red | green | 1 |
Thanks again