Changing the background color of a cell in a table

You have to “play” with the Row Index and the Column Index ( like a naval battle ).
So basically, you have to find a way to know the Row Index and the Column Index of your value inside the Power Table and put them in a script like this one:
(configureCell - Extension Functions )

	if rowView == 7 and colView == 2:
		return {'background': '204,204,255'}