如何突出显示符合给定条件的单元格
我有大量数据,我只想突出显示那些满足某些标准的单元格,即值 < 0.100。 请指教。
i have tons of data that i would like to highlight only those cell that fulfill some criteria, said value < 0.100. Please advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
条件格式正是您所寻找的。
Conditional Formatting is what you are looking for.
您可以使用条件格式。 (更多信息此处,教程此处和
You can use conditional formatting. ( More info here, tutorial here and a video tutorial on YouTube.)
上面的答案是正确的,但我想补充一点,如果我没记错的话,您可以在 Excel 2007 中的相同单元格上使用无限的条件格式,但在 Excel 2007 之前只有三个条件。
The above answers are correct, but I would add that if I recall correctly you can have unlimited conditional formatting on the same cell(s) in Excel 2007, but only three conditions pre-Excel 2007.