我希望一个单元格在Excel 2010中更改15个字符的颜色

时间:2011-10-20 08:40:07

标签: excel excel-2010

我想使用公式来更改单元格的颜色,如果它在Excel 2010中是> = 15个字符。我已经尝试过以下但它没有用 - 有没有人有任何想法。

LEN(A1)> = 15

1 个答案:

答案 0 :(得分:2)

一步一步:

  • 选择单元格
  • 转到Home标签
  • Conditional Formatting选择Highlight Cell Rules> More Rules
  • 选择Use a formula to determine which cells to format
  • =LEN($A1)>=15写为公式并选择格式(更改颜色等)