如何过滤excel 2010中至少有一个单元格为红色的范围?

时间:2013-11-12 13:19:59

标签: excel filter

在excel 2010中,如何过滤行中至少有1个单元格为红色的行中的行,如下所示:

enter image description here

1 个答案:

答案 0 :(得分:0)

根据Answers in comments,我正在将评论作为答案。

您可以添加另一列,其中包含红色背景的行中的单元格数(您可以使用用户定义的函数),然后使用该列进行过滤。

另外,我刚刚找到了How to use AutoFilter to filter records based on cell formatting in Excel,它似乎指出了你需要的东西而不是用户定义的功能。