【发布时间】:2021-06-09 19:51:58
【问题描述】:
我正在尝试找出(如果可能的话)在单元格中取一个数字并确定为 4 和/或 3 组。 (假设:任何提醒不会少于 3 人)
即。
15 people > groups of 4 = 3, groups of 3 = 1
20 people > groups of 4 = 5, groups of 3 = 0
22 people > groups of 4 = 4, groups of 3 = 2
27 people > groups of 4 = 6, groups of 3 = 1
| Number of People |
|---|
| 27 |
| People in a Group | Number of Groups |
|---|---|
| 4 | 6 |
| 3 | 1 |
【问题讨论】:
标签: google-sheets google-sheets-formula spreadsheet