My problem is really simple:
For each row : if column A is not empty then column C should have a color.
So in the conditional formatting rules manager (after have previously selected all column C) I tried formulas with concatenate, indirect, ROW, thiscellerow, with I don't know what again, without anything, with an equal condition (just to test it), I'm giving up ...
For the moment my formula is:
=INDIRECT("$A"&ROW())<>""
Excel automatically changes into this:
="INDIRECT(""A""&ROW())<>""""" (to escape all the ")
Anyone could help me on this please ?