Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Rahul88
Contributor II
Contributor II

Calculate percentage based on 2 values from same column

Hello, 

I would like to create a KPI of the following calculate. 

Total # finished (TRUE) / Total # RUSH (True) + Total # RUSH OVERDUE (TRUE). 

Please see the attached sample excel file.

Thank you,

Kushal

 

Labels (2)
1 Solution

Accepted Solutions
GaryGiles
Specialist
Specialist

Try this:

count({$<Finished={1}>} Finished) /(count({$<Primary={'RUSH','RUSH OVERDUE'}>} Primary))

View solution in original post

1 Reply
GaryGiles
Specialist
Specialist

Try this:

count({$<Finished={1}>} Finished) /(count({$<Primary={'RUSH','RUSH OVERDUE'}>} Primary))