Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Hi Danny!I edited the code like you said, but it still doesn't accept it due to a syntax error.Here's the edited code, any ideas how to write the following in a way, so it could be accepted=IF([Actual Sign Date]<=[Expected Sign Date],"<div style= 'background-color:#00CC00;'>"&[Actual Sign Date]&"</div>","<div style= 'background-color:#00ffff;'>"&[Expected Sign Date]&"</div>",IF(ISBLANK([Confirmation Read And Agreed])AND[Expected Sign Date]<[Today],"<div style= 'background-color:#FF0000;'>"&[Confirmation Read And Agreed]&"</div>")) Commented Dec 7, 2016 at 8:19
  • Then trim it down, and build it step by step Commented Dec 7, 2016 at 8:22
  • OK Danny, thank you very much! Made what I was asking for and wanted, but the easier and not as complicated way with JS and JQuery. Have a great day! Commented Dec 7, 2016 at 8:46
  • Yes, some people find jQuery easier than SharePoint.. The new Microsoft way is React.. Commented Dec 7, 2016 at 12:39
  • Haven't worked with React, but intending to learn and work with it in the future. Commented Dec 7, 2016 at 13:56