문제

I want to use a formula to change the colour of a cell if it is >= 15 characters in Excel 2010. I have tried the below but it did not work - does anyone have any ideas.

len(a1)>=15

도움이 되었습니까?

해결책

Step by step:

  • Select the cell
  • Go to Home tab
  • From Conditional Formatting choose Highlight Cell Rules > More Rules
  • Select Use a formula to determine which cells to format
  • Write =LEN($A1)>=15 as formula and select format (change colors etc.)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top