I’m not sure if its possible, but I’m trying to count the number of times a word appears in a column to calculate a win rate. For example count the number of ‘Won’ 3= , ‘TBC’ = 6, and ‘Lost’ = 0.
I would then need to count the total number in the column eg based on the screen grab it should be 9.
Is it possible to do this or has anyone have a suggestion how I can get a win rate an alternative way?
Without resorting to an app or custom solution, you will need to create an auxiliary formula column: IF(OR({Won vs Lost} = "Won", {Won vs Lost} = "TBC"), 1, "")
We use mondays to calculate a conversion rate for our sales team, however the column we use to track won/lost etc is a status column. Then we bring the figures together on a dashboard
@chrisflavours Thanks for the suggestion - I’m trying to automatically calculate the win rate % to minus this from the forecasted revenue to help establish a clearer forecasted revenue based on trends. Its a shame there isn’t a simple way to do this but I’ll keep trying