How to know if a column is multiple of other? How many registers of column sales are multiple of calls?
|Sales|Calls|
| 8 | 10 |
| 5 | 3 |
| 6 | 3 |
...
Been thinking a true or false solution and then counting how many true and false are
Been thinking about a boolean solution