Conditional Formatting for Text Displayed & Fill Color
Hello,
I am working on a vendor approval form and want to add a box (Score Result) that will change the text displayed and fill color depending on a calculated score (Final Score). I have tried a couple different JavaScripts but haven't been able to get them to work properly--this is my first time attempting JavaScript.
Basically, if the Final Score box has zero or no value, I need the Score Result box to show no text and no fill color. If the Final Score box has a value greater than or equal to 3.5, I need the Score Result box to show Approved with a green fill. If the Final Score box has a value of less than 3.5, I need the Score Result box to show Not Approved with a red fill.
Any advice is greatly appreciated! Thanks!
