Hi,
I am trying to do the following but not sure how to approach. I have a cell that has a list of Y's and N's, and I want to change the cell to a percentage of Count(Y)/Count(X), while still keeping the Count(Y) as number.
For example I have the following data set.
I want the workflow to output the following:
| Client | Y/N |
| X | 66% (2) |
| Y | 100% (2) |
| Z | 0% (0) |
| A | 100% (1) |
Appreciate any help, thanks!