Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Change the font color based on the value of the cell
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="JLGWhiz, post: 6371538"] For more than one value: If Range("A1").Value = SomeValue Then Range("A1").Font.ColorIndex = 3 ElseIf Range("A1").Value = AnotherValue Then Range("A1").Font.ColorIndex = 12 End If Or you could use select case if you have several values to check. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Change the font color based on the value of the cell
Top