Forum Discussion
Response Rate
- Anonymous7 years ago
Ah shoot, sorry. Force of habit! (I use variations of the formula I gave you a lot). Just remove the -1
Response Rate = DIVIDE(COUNTA(Spring18[Donors]),AVERAGE(Spring18[Number Solicited]),0)
I'm a little confused. Can you send a screenshot of the table(s) where the two columns are?
No problem, here you go:
- Anonymous7 years agoNot applicable
Update the Number Solicited column to a whole number and create the below measure:
Response Rate = DIVIDE(COUNTA(Spring18[Donors]),AVERAGE(Spring18[Number Solicited]),0)-1
- pm_barnardos7 years agoFrequent Visitor
Thanks for you help with this! The formula gives a result, although it still doesn't look right - see below.
- Anonymous7 years agoNot applicable
Ah shoot, sorry. Force of habit! (I use variations of the formula I gave you a lot). Just remove the -1
Response Rate = DIVIDE(COUNTA(Spring18[Donors]),AVERAGE(Spring18[Number Solicited]),0)