Is it possible to use LUA code for conditional formatting?
My project is that I have a table with many values and a field where people should enter their measurements. Because of human errors (and a lack of interest) the values are often wrong. Right now I use conditional formatting to counter this, but
a) It is like ~ 200 entries
b) it can be broken rather easy by just ‘using’ the file (copy and paste can be enough for that)
It also is a huuuuge hassle to fix the ~200 entries once they are broken, because all of them are broken at the same time with one copy&paste action.
It would make my life much easier if I could just collect the values in a table in LUA code and just combine LUA and conditional formatting.