How do I color code a row in a lists based on a 'Status" field. Essentially calculated field based on status column. I tried a feature called Spotlight which 
Asked
Active
Viewed 71 times
1
Jinny
- 11
- 1
-
1Check this https://blog.splibrarian.com/2012/06/06/using-calculated-columns-to-add-color-coding-to-your-sharepoint-lists/ – Mohamed El-Qassas MVP Apr 03 '17 at 19:24
-
Hi @jinny the attached link for 2007 and 2010 not only 2007 !! scroll down to check the section related for 2010 !!!! – Mohamed El-Qassas MVP Apr 03 '17 at 20:10
1 Answers
0
Note:
in June 2017, Microsoft disabled the use of JavaScript in a Calculated Column
That means given answers may not apply for newer SharePoint versions
For long explanation and work arounds see:
June 13th 2017 Microsoft blocked handling HTML markup in SharePoint calculated fields - how to get the same functionality back
Original answer:
The answer in the comments refers to the SP2007 style, where you needed extra JavaScript in a CEWP to convert a Calculated Column.
Since SP2010 executing HTML/JS can be done straight from the Calculated Column,
by setting the datatype to anything but Single Line of Text
See:
for examples see
And I tagged all my answers of the past years with ICC:
answers with 'color':
Danny '365CSI' Engelman
- 21,176
- 7
- 35
- 79