【发布时间】:2021-10-25 11:20:50
【问题描述】:
| Number of patients | Name of doctor |
|---|---|
| 5 | Ann |
| 5 | John |
| 3 | Ellen |
| 5 | Dennis |
| 1 | Janis |
在上表中,我想将函数(请不要代码)用于当前治疗 5 名患者的所有且唯一的医生的姓名:
| Number of patients | Name of doctor |
|---|---|
| 5 | Ann |
| 5 | John |
| 5 | Dennis |
假设表中有更多列。
谢谢!
【问题讨论】:
-
那就用过滤器吧。
标签: excel conditional-statements