Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to calculate the conversion %?


Hi,

I have one excel file with data which I need to build a straight table.

The excel have data

Noof students applied = 220

Noof students got admission = 156

How can I calculate the conversion rate %? could anyone suggest me please.

Thanks.

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Any formula for that or may be

=Count(Student got admission) / Count(Student Applied)

and change the format into %

View solution in original post

2 Replies
its_anandrjs
Champion III
Champion III

Any formula for that or may be

=Count(Student got admission) / Count(Student Applied)

and change the format into %

Not applicable
Author

Thanks.