Please help.I need one script to make multiple cells reference one
function or one cell reference multiple functions.Goal: On the enter
event of cell c1, I want to make cells (this, Header.c1, Example.c1,
rLabel) highlighted, and this would be for every other cell that is
entered into, their corresponding column header and row header will be
highlighted.I've tried combining cells: eg
colourControls.hdfieldLoseFocus(this, HeaderRow.c1, Example.c1,
rLabel);and I've also tried combining some script...