Forum Discussion
drallam
Helper II
9 years agoRatio between two columns
Hi, I have a data set of two types of employees. These two types of employees are mixed together in various projects. How can i calculate ratio between these two employees per project. The two ty...
- 9 years ago
Figured it. Created two additonal columns and used if statements to create blank and filled cells.
Used Measure and used DIVIDE(COUNTBLANK(Column1),COUNTBLANK(Column2),0)
drallam
Helper II
9 years agoFigured it. Created two additonal columns and used if statements to create blank and filled cells.
Used Measure and used DIVIDE(COUNTBLANK(Column1),COUNTBLANK(Column2),0)