【发布时间】:2014-06-12 15:35:07
【问题描述】:
源数据:SHEET 1,包含三列:ID、STATUS(失败/通过)和DATE。
输出应显示在工作表 2 上,其中记录(仅ID 列)状态为“通过”且日期>today()-7,避免出现不匹配的记录。
注意事项:
1. I want to run it for all the records in SHEET 1
(number is dynamic, so want to run it on entire column for both Status and Date).
2. Do not want to have any blank or false value
i.e. records that do not match should not show up at all on sheet 2.
3. Avoid macros.
【问题讨论】:
标签: excel if-statement excel-formula pivot-table worksheet-function