Suppose I have three columns based on which I want to calculate percentages: todo, done, complete. Todo is a number of items to be done. Done is the part of the previous one which has been completed. Complete is true (=1) if the two previous data are equal.
Suppose I have those two rows:
| Todo | Done | Complete |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top