replied on December 29, 2017
Thank you for that code! In my error, I did not explain in clearly. As far as this page is concerned, all the values in each cell are populated from a Forms database lookup. So, the form content itself is all read only.
So, I'm guessing then that would effect this line of code?
$('.tabler').on('change', '.fix input', function(){
Also, Forms has each value set to read only. Will that effect CSS ability to highlight a given cell since it is grey because Forms has set it to Read Only?
For testing, I removed the ReadOnly Forms setting to verify the script will work without worrying if the grey fill is preventing the color change.
Thank you again for your time.