Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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

Any formula for that or may be

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

and change the format into %

Not applicable
Author

Thanks.