Forum Discussion
Calculating percentages from 2 different spreadsheets
- Anonymous3 years ago
Hi steambucky ,
You can refer to the following steps:
(1) My test data is the same as yours.
(2) We can click "New Measure" to create two measures:
Attend = COUNTROWS( DISTINCT('Course'))Workers = COUNTROWS( DISTINCT('Workers'))(3) Then we can realize your needs:
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak Thank you for your response.
I have tried to implement your suggestion but I am creating some sort of error. I am now going to swap to real names of spreadsheets and columns and use the real example. I am trying to find out the percentage of our conference attendees that did not take part in our survey.
Email addresses of the staff that have attended our conference:
Based on your email I created two measures:
And
I get this message:
Too few arguments were passed to the FILTER function. The minimum argument count for the function is 2.
Screenshot:
I think I am close but doing something wrong. Can you assist? Thanks in advance for any advice you can supply.